See how to stop serving new requests and deliver a maintenance message.
by Srinath MS
Oct 2, 2018
Create a file called app_offline.htm with an appropriate maintenance message.
Just place this file in the root directory of the web application. IIS and the ASP.NET Framework will stop serving new requests and will serve this HTML file.
Srinath M. S. says: "I would love to leave a footprint in this flat world."