How can I set the connection string for the built-in membership, profile and role providers at runtime?
Since each site in our multi-site application uses a separate API to retrieve its specific connection string (via key, for security purposes), I cannot set the connection string to my providers in the web.config file. I need to be able to set the connection strings programmatically at runtime, but I cannot find how to implement this.
I thought many people must have run into this problem, but I can't seem to find anything regarding this.Can anyone here help me with this problem?
Sebastian
...
Go to the complete details ...