Hosting .NET Core 6.0 Web API in IIS Server using VS Code | .NET Core 6.0 deployment from VS Code



Hosting .NET Core 6.0 Web API in IIS Server using VS Code | .NET Core 6.0 deployment from VS Code

Hosting .NET Core  6.0 Web API in IIS Server using VS Code | .NET Core  6.0 deployment  from VS Code

#dotnetcore #webapi #serilog #vscode #nihiratechiees

This video explains Hosting .NET Core 6.0 Web API in IIS Server using VS Code

Steps followed
============
1, Create New Site & setup the file path
2, Install the ASP.NET Core 6.0 Runtime (v6.0.7) – Windows Hosting Bundle
3, Publish the source using below command
dotnet publish -c Release -o ./publish
4, Move published files into setup file path
5, Change .NET CLR Version (No Managed Code) In application pool.

Link for download hosting bundle
============================
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.7-windows-hosting-bundle-installer

Comments are closed.