Click here to Skip to main content
15,886,842 members
Articles / DevOps / Deployment

Deploy ASP.NET Core Web API on IIS

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
8 Feb 2020CPOL6 min read 32.5K   12  
How to create and deploy your first ASP.NET Core Web API on IIS
For this article, I want to share with you a guide about how to deploy ASP.NET Core Web API on IIS. I walk you through installing Visual Studio 2019, the .NET Core Runtime 3.0. I also make sure I walk you through enabled in your server (Web IIS), creating a new application pool with the no managed code option, creating a ASP.NET Core Web API Project, and publishing your ASP.NET Core Web API.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Jordan Jordan
A passionate software developer with 13+ years of overall experience in various development languages including C#/vb.net, java. The technologies I mostly focus on are: ASP.NET Core, Android, Angular

I currently work as a Corporate Technical Manager in the Digital Solutions Team at Aramex International in Amman, Jordan.

Comments and Discussions