This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
AspNetCoreModule status code when serving app_offline.htm #204
Closed
Description
Is it possible to configure status code returned by AspNetCoreModule? It returns 200 OK which has it's issues.
For example when serving static assets through CDN configured with origin pull, app_offline.htm page content may be cached when 200 OK is returned.
Classic ASP.NET returns 503 Service Unavailable when serving app_offline.htm requests.