Changes to configuration settings in Web.config files indirectly cause the application domain to restart. This behavior occurs by design. You can optionally use theconfigSource attribute to reference
external configuration files that do not cause a restart when a change is made.
Member
62 Points
177 Posts
web.config
Sep 04, 2013 02:03 AM|anandbpatil|LINK
I have a query , when I make any changes to web.config of a running appliction, what impact will it have?
I guess it doesn't compile the site again, but some event(Application end?) is called , I am not sure.
web.config
All-Star
52523 Points
15677 Posts
Re: web.config
Sep 04, 2013 02:35 AM|oned_gk|LINK
I hope this can help you http://msdn.microsoft.com/en-us/library/ackhksh7.ASPX
web.config
Suwandi - Non Graduate Programmer
Contributor
2914 Points
921 Posts
Re: web.config
Sep 04, 2013 03:06 AM|er manish|LINK
hello
anand
Changes to configuration settings in Web.config files indirectly cause the application domain to restart. This behavior occurs by design. You can optionally use theconfigSource attribute to reference external configuration files that do not cause a restart when a change is made.
for more info you can
http://msdn.microsoft.com/en-us/library/ms228058.ASPX
web.config
Thanks,
Manish singh,
Software Developer
Contributor
6711 Points
2334 Posts
Re: web.config
Sep 04, 2013 04:00 AM|cnranasinghe|LINK
Check what the microsoft says.
web.config
All-Star
52793 Points
9695 Posts
MVP
Re: web.config
Sep 04, 2013 07:20 AM|Ruchira|LINK
It will recycle the application pool.
Yes, that's right. Check the below thread
http://forums.asp.net/t/1654131.aspx/1
web.config
Please 'Mark as Answer' if this post helps you
My Tech Blog