Go to file
Pavel Krymets 50f066579a Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#257)
Instead of Task.FromResult(0)
2016-09-08 08:46:31 -07:00
samples/IISSample One build to rule them all 2016-07-07 12:05:28 -07:00
src Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#257) 2016-09-08 08:46:31 -07:00
test Switch to UsePathBase instead of relying on Kestrel feature #236 2016-08-16 20:20:55 -07:00
tools
.gitattributes
.gitignore
CONTRIBUTING.md
IISIntegration.sln
LICENSE.txt
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 15:03:57 -07:00
NuGetPackageVerifier.json
README.md
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

ASP.NET Core 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.