Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以编程方式创建多个具有不同属性的角色提供者(Web.config 中没有提及),并选择Roles每次在课堂上使用的角色提供者?
Roles
(这可能看起来很疯狂,但我也考虑了其他替代方案。)
我不这么认为。角色提供者是在应用程序初始化时设置的,并不意味着改变。但也许您可以创建自己的交互式角色提供者并根据需要只设置一次。这个角色提供者可以充当其他可用实现的适配器。