Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

AppDomain is still unloaded when web.config file is changed even File Change Notifications (FCN) are disabled

$
0
0
Let's assume that you are running an ASP.NET application and you disable the File Change Notifications in web.config file (for ASP.NET 4.5 or later) or in the registry as explained in https://support.microsoft.com/kb/911272 . However the appDomains are still unloaded and reloaded when you change a web.config file. -- AMB...(read more)

Viewing all articles
Browse latest Browse all 12366

Trending Articles