Sometimes we need to do maintenance in the web server.
In the period of time that this maintenance occurs, I want that a user-friendly page be displayed to anyone that tries to access our apps.
I know about the app_offline.htm
file. But using this "trick" I would need to put a file per web application in the server, right?
We use IIS 6 and 7, running classic ASP, ASP.NET 1.1, ASP.NET 2.0 and ASP.NET 3.5 apps.
So the question is: Is there a better way of doing this?