Thursday, 14 April 2011

What happens when you change the web.config file at run time?

What happens when you change the web.config file at run time?

ASP.NET invalidates the existing cache and assembles a new cache. Then ASP.NET automatically restarts the application to apply the changes.

No comments:

Post a Comment