Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/iisrestartissue
https://github.com/davidfowl/iisrestartissue
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfowl/iisrestartissue
- Owner: davidfowl
- Created: 2014-01-17T11:00:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T11:05:09.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T05:28:26.412Z (2 months ago)
- Language: C#
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.