Install Publish a WebAPI on IIS from Asp.Net Core .NET8, Swagger

Опубликовано: 02 Октябрь 2024
на канале: CodeDocu Developer C# Asp Net Angular
216
4

Install IIS
Install DotNet Runtime .NET8
Install Hosting Bundle .NET8
Install Asp.NET Core Runtime .NET8 (should be part of Hosting Bundle)

Create ASP.Net Core Web API with or without Swagger
Build
Publish
Copy Output Folder Files to WebServer
Create New WebSite
Point to new WebApp-Folder
Edit Bindings
Run