Learn about Web Host in ASP.NET Core, which is responsible for app startup and lifetime management.
콘솔 애플리케이션에서 ASP.NET Web API 호스트하는 방법을 보여 주는 코드가 포함된 자습서입니다.
새 애플리케이션은 OWIN을 사용하여 Web API를 자체 호스팅해야 합니다. OWIN을 사용하여 Self-Host ASP.NET Web API 2를 참조하세요. 자습서에서 사용되는 소프트웨어 버전 Web API 1 Visual Studio 2012
Learn about using host filtering with Kestrel, the cross-platform web server for ASP.NET Core.
Learn about Web Host in ASP.NET Core, which is responsible for app startup and lifetime management.
반드시 IIS에서만 ASP.NET Web API를 사용할 수 있는 것은 아니며, 필요하다면 직접 작성한 호스트 프로세스에서 Web API를 자체 호스트 할 수도 있습니다.
Tutorial with code showing how to host ASP.NET Web API in a console application.
Use .NET Core Generic Host in ASP.NET Core apps. Generic Host is responsible for app startup and lifetime management.
Tutorial with code shows how to host a web API inside a console application using ASP.Net 4.x and Visual Studio 2012.
Discover the web servers Kestrel and HTTP.sys for ASP.NET Core. Learn how to choose a server and when to use a reverse proxy server.