Go to file
Chris R 712b6f78bb #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -07:00
samples/IISSample #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -07:00
src #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -07:00
test #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -07:00
tools Strong name Microsoft.AspNet.IISPlatformHandler. 2015-11-03 20:48:36 -08:00
.gitattributes Build with dotnet 2016-02-08 15:16:34 -08:00
.gitignore Build with dotnet 2016-02-08 15:16:34 -08:00
CONTRIBUTING.md
IISIntegration.sln Creating Microsoft.AspNetCore.Server.IISIntegration.Tools package 2016-03-15 13:21:52 -07:00
LICENSE.txt
NuGet.config Updating to dev NuGet.config 2015-09-28 23:15:07 -07:00
NuGet.master.config Initial build infrastructure. 2015-09-22 12:26:56 -07:00
NuGetPackageVerifier.json Creating Microsoft.AspNetCore.Server.IISIntegration.Tools package 2016-03-15 13:21:52 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
global.json Initial build infrastructure. 2015-09-22 12:26:56 -07:00
makefile.shade Initial build infrastructure. 2015-09-22 12:26:56 -07:00

README.md

ASP.NET IIS Integration

This repo hosts the ASP.NET Core middleware for IIS integration.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.