Posts

Showing posts with the label iis

.Net Core on IIS

Install ASP.NET Core Modul https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=visual-studio   Create a .net core app and publish to folder Create IIS site and point to publish folder https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=visual-studio Specify ASPNETCORE_ENVIRONMENT https://ifyoudo.net/how-to-setup-aspnetcore_environment-variable-on-an-iis-website

Asp.net core sites on an IIS

Image
This video will show you how to get asp.net core apps running on IIS. The main thing is that you need to know is that it requires that you install .NET Core Runtime & Hosting Bundle for Windows.