This repository was archived by the owner on Jun 20, 2019. It is now read-only.
Releases: aspnet/AspNetCoreModule
Releases · aspnet/AspNetCoreModule
1.0.1985
1.0.1983
1.0.1982
1.0.1972
1.0.1971
1.0.1970
1.0.1969
1.0.1969 is the version of the ASP.NET Core Module that shipped with ASP.NET Core 1.1.0-preview1
Bugs Fixed
- Support hosting multiple ASP.NET Core Application inside 1 site and 1 AppPool
- Updating
web.config
will only recycle the application instead of the AppPool - Use file change notification to monitoring
app_offline instead.htm
of scanning the folder - Add more detailed log info to windows event log to help diagnostic process failure
- Fixed some debug assert issues when running with debug build
- Fixed a stress issue that IIS starts app (using child request) in wrong directory after app pool recycles (#1)
- AspNetCoreModule returns "The service is unavailable." on IIS 7.5 (266)
- Sub-Protocol is not returned in WebSocket Upgrade / Accept Response (240)
- Setting environment variables in web.config causes double entries with the same key (instead of overwriting existing ones) (235)
- AppPool recycling or stopping does not perform graceful shutdown (279)