Hi,
I'm working on a web app and I don't want to store the connection strings in the web or app config because of the requirements.
So far I have found the only way to achieve this - to override the membership and the role providers.
I also don't fully understand why do I also have to override a role provider when all authentication is apparantely handled by the membership provider?
Thank you