M
michael.spencer
What I am trying to do is change the roles a user is a member of based
on where they navigate to into in a site.
So what is the point of having multiple roleManager providers? Is
defaultProvider required? If I omit defaultProvider can ASP.NET
determine which provider to use based on ApplicationVirtualPath or
something? If so then how do I set that up in ADAM when I have nested
applications? Or else can I do that myself somehow even though
Roles.Provider is read only? Do scopes play into any part of this? Do I
have to set up the same provider with a different application name in
every subdirectorys web config?
I think I could use a single provider but changing the
Provider.ApplicationName applies to the application and not to the
session. Why is that?
on where they navigate to into in a site.
So what is the point of having multiple roleManager providers? Is
defaultProvider required? If I omit defaultProvider can ASP.NET
determine which provider to use based on ApplicationVirtualPath or
something? If so then how do I set that up in ADAM when I have nested
applications? Or else can I do that myself somehow even though
Roles.Provider is read only? Do scopes play into any part of this? Do I
have to set up the same provider with a different application name in
every subdirectorys web config?
I think I could use a single provider but changing the
Provider.ApplicationName applies to the application and not to the
session. Why is that?