Go to file
moozzyk b2a3f871c0 Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis
Renaming Microsoft.AspNet.Tools.PublishIIS to dotnet-publish-iis as this is the convention dotnet tools must follow
2016-01-12 14:15:21 -08:00
samples/IISSample #14, 52 Add IWebApplicationBuilder.UseIISPlatformHandlerUrl, include path base 2016-01-12 13:33:21 -08:00
src Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis 2016-01-12 14:15:21 -08:00
test Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis 2016-01-12 14:15:21 -08:00
tools Strong name Microsoft.AspNet.IISPlatformHandler. 2015-11-03 20:48:36 -08:00
.gitattributes Initial build infrastructure. 2015-09-22 12:26:56 -07:00
.gitignore publish-iis command 2016-01-08 10:29:40 -08:00
CONTRIBUTING.md Initial push 2015-09-21 10:52:51 -07:00
IISIntegration.sln Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis 2016-01-12 14:15:21 -08:00
LICENSE.txt Initial push 2015-09-21 10:52:51 -07:00
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
README.md Initial push 2015-09-21 10:52:51 -07:00
build.cmd Fix local build break 2015-10-12 13:17:24 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-11 00:48:26 -07: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.