Web.Config Changes
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, An ASP.Net application is running on a webserver. Now i change the configuration setting in web.config file. When the application will reflect configuration changes in web.config ? Regards.
-
If I'm not mistaken if you safe the Global.asax file or the web.config file your application will restart. (thus changes will have effect) good luck. "If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
-
Thanks for the reply... What do you mean by restart?? Lets say i have 10 users login to my web app. and i change the web.config file. What will happen?? The sessions of those 10 users will expired and they have to relogin or something else... ??