Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

1.0.1969

Pre-release
Pre-release
Compare
Choose a tag to compare
@shirhatti shirhatti released this 26 Oct 22:04
· 124 commits to dev since this release

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)