AspNetCoreModule
AspNetCoreModule copied to clipboard
Inproc: If there is an open connection, app_offline.htm won't work until the default shoutdownTimeLimit (90 seconds) of IIS worker process
In in-proc user scenario, the app_offline.htm might not work immediately if there is any open connection such as websocket connections. We should explain this in the documentation.
I'll set up a design meeting
Any updates on this issue?