Deploying an ASP.NET Core Web API on IIS
Deployment of applications and APIs on IIS has always been an easy task. In this blog, you would encounter the steps to deploy an ASP.NET Core Web API on IIS. APIs are a very good feature provided by .NET and are in very high demand in the current scenario in information technology space.
Let’s begin with the steps to deploy an ASP.NET Core Web API on IIS –
- First of all, you need to download and install the latest version of Visual Studio 2019. Also, note that Visual Studio 2017 or earlier versions does not supportASP.NET Core applications and APIs.
Ø Next step is to download the .Net 5 Runtime on your Windows Server.
About the Author
Topic Replies (0)
You might also like