Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidfowl/iisrestartissue


https://github.com/davidfowl/iisrestartissue

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# IIS Restart issue

There's some code in katana that is used to detect IIS/System.Web shut downs in various cases:
- App Domain Restart (e.g. config change or code change)
- App Pool Recycle (IIS manager)
- Stopping/Restarting the website in Inetmgr

## Problems with IIS WebSite restart/stop

It seems like this doesn't work if there are long running requests pending.