Go to file
John Luo c747ce630d TestServer should not capture startup errors by default 2016-01-13 14:23:16 -08:00
samples/SampleStartups
src TestServer should not capture startup errors by default 2016-01-13 14:23:16 -08:00
test TestServer should not capture startup errors by default 2016-01-13 14:23:16 -08:00
tools
.gitattributes
.gitignore Build with dotnet 2016-01-11 12:14:19 -08:00
.travis.yml Build with dotnet 2016-01-11 12:14:19 -08:00
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Build with dotnet 2016-01-11 12:14:19 -08:00
build.cmd Build with dotnet 2016-01-11 12:14:19 -08:00
build.sh Build with dotnet 2016-01-11 12:14:19 -08:00
global.json
makefile.shade

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET 5 application, it is the entry point used when self-hosting an application.

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.