Go to file
Cesar Blum Silveira 5442cbe6a5 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
samples/IISSample #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00
src #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00
test #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00
tools
.gitattributes
.gitignore
CONTRIBUTING.md
IISIntegration.sln #95 Switch the middleware from HttpPlatfromHandler to AspNetCoreModule. 2016-03-10 10:11:49 -08:00
LICENSE.txt
NuGet.config
NuGet.master.config
NuGetPackageVerifier.json Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier 2016-03-10 11:45:46 -08:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
build.cmd
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
makefile.shade

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.