hi,
In my MVC application I am reading the Membership/Profile/Role provider's connection string from web.config. In web.config I am writing this connection string at runtime. Now the problem is, if I update the web.config at run time, then each time my application will get restarted, it will slow down my application.
So I want to read the Membership/Profile/Role provider's connection string from any external file, other then web.config. Because if that external file is updated at run time, will not cause the application restart .
So please suggest me the way to read the connection string for role provider from external file .
Thanks in Advance Aayushi