Go to file
Louis DeJardin 45933b149e IServerFactory is never a registered service
IServerManager is registered when needed

Or the caller may provide context.ServerFactory instance when an
override is needed
2014-06-17 15:10:13 -07:00
samples/KWebStartup Fixed project.json casing 2014-05-27 00:23:05 -07:00
src IServerFactory is never a registered service 2014-06-17 15:10:13 -07:00
test Add UseServices overload that takes a Func returning IServiceProvider 2014-06-16 18:32:20 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
Hosting.sln Fix up the project/sln files 2014-05-31 00:04:06 -07:00
LICENSE.txt
NuGet.Config
README.md
build.cmd Adding switch to build.cmd to skip KRE install 2014-06-03 10:15:37 -07:00
build.sh Updating build.sh based on KRuntime changes 2014-06-10 17:22:35 -07:00
global.json
makefile.shade

README.md

Hosting

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

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.