This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
Releases: aspnet/IISIntegration
Releases · aspnet/IISIntegration
1.0.5
2.0.0
2.0.0-preview2
rel/2.0.0-preview2 Cleanup NuGet.config
2.0.0-preview1
1.1.0
Bugs Fixed
- UseIISIntegration should delay setting urls (#242)
- Move PathBase from Kestrel to Middleware (#236)
- AspNetCoreModule – setting environment variables in web.config causes double entries with the same key (instead of overwriting existing ones) (#235)
- Work around UnauthorizedAccessException for WindowsIdentity.get_AuthenticationType on IIS (#231)
1.1.0-preview1
Bugs Fixed
- publish-iis on 1.1.0 runtime (#289)
1.0.0
Features
- Need a more meaningful 502 error page for process start failure (#200)
- Publishing default ASP.Net Core Web app template to azure doesn't modify the log location in web.config, resulting in no logs being produced #540 (#167)
- publish-iis should not blindly overwrite arguments (#147)
Bugs Fixed
- AspNetCoreModule status code when serving app_offline.htm (#204)
- Issue: URL Rewrite using web.config is broken in RC2 (#192)
- HttpsTests consistently failed on Windows 2008 (#187)
- AspNetCoreModule should set content type when serving app_offline.htm (#178)
- Creating .NET Core web app that includes 'web' or 'app' in the name silently fails to launch in VS (it just hangs on launch) (#176)
- Azure WebApp: Scheme not set to HTTPS, breaks RequireHttps and OAuth/OIDC (#140)
- aspNetCore processsPath must start with ./ (#119)
- Ignore startup timeouts if the debugger is attached (#71)
1.0.0-rc2
Features
- Update publish-iis to set the dll location to home\site\wwwroot\app.dll instead of home\site\app.dll when deploying to App Service (#142)
- publish-iis needs to understand portable vs. self contained apps (#109)
- Make the extension method for WebHostBuilder do everything required to correctly set up default app to work in IIS (#95)
- Support app_offline.htm (#81)
- Add UseIISPlatformHandler extension method to IWebApplicationBuilder (#52)
- Forward client certificates (#27)
- Application Shutdown via IApplicationLifetime should be graceful when behind HttpPlatformHandler (#20)
Bugs Fixed
- Remove %LAUNCHER_ARGS% for standalone apps (#150)
- Add optional feature to reject requests without IIS token (#141)
- Remove old packages (#122)
- Rename UseIIS() to UseIISIntegration() (#121)
- Move web.config to root (#115)
- Publish tool tests fail on OSX (#104)
- Wrong processPath attribute value in published web.config for project name containing dot (#93)
- publish-iis fails when there are no files in wwwroot folder (#87)
- Remove X-IIS-WindowsAuthToken (#67)
- Platform Handler cannot log to streaming logs location (#57)
- IHttpConnectionFeature is null for Windows 7 (IIS 8), but works on Windows 10. (#51)
- Remove caption from NTLM so it doesn't show up on the sign in page (#42)
- HttpPlatformHandler forwards the path un-escaped, breaks for
?
(#33) - DNX Beta-8 Publish HttpPlatformHandler cannot be found. This error is random (#32)
- The IIS config may be locked if ASP.NET 4 is not installed (#24)
- HttpPlatformHandler/Kestrel: HttpContext.Connection.RemoteIpAddress not working (#17)
- Make it easier to disable windows auth (#15)
- IIS virtual directories (#14)
- Clarify response wire protocol details, buffering, chunked, content-length, etc. (#7)
1.0.0-rc1
1.0.0-beta8
Features
- [HttpPlatformHandler]: Forward common headers from reverse proxy (#2)