Hosting an ASP.NET Core web app on IIS

IIS (Internet Information Server) has been Microsoft's Application Server since 1995. An application server serves static or dynamic content by a HTTP request.

IIS is a flexible and general-purpose application server that runs on Windows.

We can deploy our project to IIS basically by deploying the project in a folder and creating an IIS website pointing to that folder.

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.