Wednesday, June 29, 2016

Servers

By Steve Smith ASP.NET Core is completely decoupled from the web server environment that hosts the application. ASP.NET Core supports hosting in IIS and IIS Express, and self-hosting scenarios using the Kestrel and WebListener HTTP servers. Additionally, developers and third party software vendors can create custom servers to host their ASP.NET Core apps. View or download sample code ASP.NET Core was designed to decouple web applications from the underlying HTTP server. Traditionally, ASP.NET apps have been windows-only hosted on Internet Information Server (IIS).

http://codango.com/servers/

We are happy to share this resource that we found. The content displayed on this page is property of its original author or their organization.

No comments:

Post a Comment