Currently placing a App_Offline.htm file in the application root of a ASP.NET application causes ASP.NET to return a http status code of 404 File Not Found. The correct status code would be 503 Service Unavailable. Returning an incorrect status code could cause search engines to drop pages from their indexes when websites are being updated and provide incorrect feedback to end-users.
Version