Go to file
moozzyk f4e69beea1 Creating webroot if one does not exists
One scenario it is useful is where the webroot does not contain any files. In this case even if the webroot is included in the "content" section dotnet publish does will not publish it.
2016-02-22 17:11:57 -08:00
samples/IISSample
src Creating webroot if one does not exists 2016-02-22 17:11:57 -08:00
test Updating test TFMs for custom test discovery 2016-02-19 14:17:33 -08:00
tools
.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
LICENSE.txt
NuGet.config
NuGet.master.config
NuGetPackageVerifier.json Renamed file 2016-02-19 10:52:39 -08:00
README.md
build.cmd Build with dotnet 2016-02-08 15:16:34 -08:00
build.sh Build with dotnet 2016-02-08 15:16:34 -08:00
global.json
makefile.shade

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.