https://github.com/aspnet/Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
https://github.com/aspnet/Hosting
aspnet-product
Last synced: about 1 month ago
JSON representation
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
- Host: GitHub
- URL: https://github.com/aspnet/Hosting
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2014-02-07T22:58:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T18:39:13.000Z (over 6 years ago)
- Last Synced: 2024-06-01T04:32:00.579Z (12 months ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 2.3 MB
- Stars: 553
- Watchers: 122
- Forks: 311
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Hosting [Archived]
==================**This GitHub project has been archived.** Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore and https://github.com/aspnet/Extensions.
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 [AspNetCore](https://github.com/aspnet/AspNetCore) repo.