Go to file
N. Taylor Mullen 078604f3a8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:12 -08:00
samples/IISSample Transition to netstandard. 2016-03-01 13:36:12 -08:00
src Transition to netstandard. 2016-03-01 13:36:12 -08:00
test Transition to netstandard. 2016-03-01 13:36:12 -08: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 Rename AspNet 5 file contents. 2016-01-22 12:23:57 -08:00
LICENSE.txt
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
NuGet.master.config Initial build infrastructure. 2015-09-22 12:26:56 -07:00
NuGetPackageVerifier.json Renamed file 2016-02-19 10:52:39 -08:00
README.md
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Update the build scripts 2016-02-27 12:51:12 -08:00
build.sh Update the build scripts 2016-02-27 12:51:12 -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 5 middleware for IIS integration.

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