Community

A Fast and Easy Way to Take an ASP.NET Application Offline

(Rafay Ali) ASP .NET has a fast and easy way to take an application offline using a reserved file called App_Offline.htm. When ASP.NET services any application request, if it finds a file named App_Offline.htm in the application’s root directory, it serves the contents of that file rather than the t

Read More - Register for Free Membership