Actions responsible for Asp.Net Web Application Restart in the Web Server
By Santhosh N
This explains the actions which cause the Asp.Net Web Application restart in the Web Server.
Following actions would restart the Asp.Net Web Application on the Web Server:
1) Modifying
the source code of the code files
2) Adding, deleting, or modifying the
following
o Web.Config file of Asp.Net Web application.
o Web Service references if
any from App_WebReferences directory.
o Profile configuration.
o Source
code files in App_Code directory.
o Global.asax file
o Localization
resources from App_GlobalResources and App_Localresources folders.
o Assemblies
from the bin folder of the Application.
Related FAQs
This explains the equivalent of global.asa of classic ASP in Asp.Net
This explains about the co-existence of ASP and ASP.Net websites in the same server
This explains the equivalent of ObjectRecordSet.MoveNext ofclassic ASP in Asp.Net
Actions responsible for Asp.Net Web Application Restart in the Web Server (581 Views)