ASP .NET Custom RoleProvider not respecting cacheRolesInCookie=”true”
I’ve implemented a custom role provider, and configured it in my web.config file like this:
I’ve implemented a custom role provider, and configured it in my web.config file like this:
Got the following ProviderException :
We have a multi-tenant ASP.NET application. So far tenants have been isolated from each other, however now we have Agencies that manage multiple tenants and want to be able to manage all their tenants with a single user account. I’m trying to figure out the best way to accomplish that, hopefully without much change to the existing technologies that we are using.
simple question…