Go to file
Chris Ross (ASP.NET) f6cda4fab7 Make TestServer handle exceptions from OnStarting #1594 2018-11-16 16:39:50 -08:00
.vsts-pipelines/builds
build Update dependencies.props 2018-10-07 19:15:05 +00:00
samples Added support for generic host based IWebHostBuilder (#1580) 2018-11-13 21:22:30 -08:00
shared/Internal.WebHostBuilderFactory.Sources
src Make TestServer handle exceptions from OnStarting #1594 2018-11-16 16:39:50 -08:00
test Make TestServer handle exceptions from OnStarting #1594 2018-11-16 16:39:50 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
Directory.Build.targets
Hosting.sln
LICENSE.txt Update LICENSE.txt 2018-09-27 15:32:13 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-10-07 19:15:05 +00:00
korebuild.json
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:34:22 -07:00

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

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

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.