Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:23

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)