How to Deploy an ASP.NET Core Application on IIS - Full Step-by-Step Guide

Опубликовано: 05 Январь 2025
на канале: Code Insights by Surya
53
1

In this video, I will guide you through the process of deploying an ASP.NET Core application on IIS (Internet Information Services) on a Windows Server. Whether you're hosting a website or web API, this tutorial covers everything from installing necessary software to configuring IIS. By the end, you'll be able to deploy your .NET Core applications on IIS successfully.

IIS Install Steps:
Go to Control Panel - Programs - Turn Windows features on or off
Make sure required necessary options selected how it was in video, and Internet Information Services and the Web Management Tools (IIS Management Console) are enabled.

Dot Net Hosting Bundles: Download and install
https://dotnet.microsoft.com/en-us/do...

Create an ASP NET Core Application and generate build files and deploy into IIS Server by following Video.