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 [automated] Change default branch to master 2018-07-02 12:40:20 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln Sample generic host using MSMQ (#1381) 2018-04-30 11:08:20 -07:00
LICENSE.txt
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
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
run.sh
version.props

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.