IISIntegration Versions Save

[Archived] ASP.NET Core IIS integration. Project has moved to https://github.com/aspnet/AspNetCore

1.0.5

6 years ago

rel/2.0.0

6 years ago

Bugs Fixed

  • Add an option allowing to configure the scheme/display name associated with the Windows scheme (#391)
  • IISMiddleware shouldn't do automagical authentication (#390)
  • Handle ANCM's graceful shutdown request (#385)
  • Only register the auth handler based on the environment variable (#371)

rel/2.0.0-preview2

6 years ago

rel/2.0.0-preview1

7 years ago

Features

  • UseIISIntegration should set IServerAddresses.PreferHostingUrls (#352)
  • Implement an IHostingStartup (#348)

rel/1.1.0

7 years ago

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)

rel/1.1.0-preview1

7 years ago

Bugs Fixed

  • publish-iis on 1.1.0 runtime (#289)

1.0.0

7 years ago

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

8 years ago

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 https://github.com/aspnet/IISIntegration/issues/87ISIntegration/issues/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

8 years ago

Features

  • Implement a full authentication handler (#1)

1.0.0-beta8

8 years ago

Features

  • [HttpPlatformHandler]: Forward common headers from reverse proxy (#2)