/
.NET Core app deployment
.NET Core app deployment
Make sure you have this setup when deploying .NET Core apps on a server:
Install .NET 6/7 Hosting bundle: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-7.0.12-windows-hosting-bundle-installer
Setup directory permissions for the API (needed if using logger like Serilog)
Give all permissions to owner and system
Create new app pool in IIS for the app you want to host:
Edit advanced properties of app pool and set Identity to LocalSystem if using a SQL Server database
, multiple selections available,
Related content
Technical instruction - Usage Log API
Technical instruction - Usage Log API
More like this
Technical instruction - Configure Application Pool Identity
Technical instruction - Configure Application Pool Identity
More like this
Create DATABASE permission denied in database 'master'
Create DATABASE permission denied in database 'master'
More like this
Deploy application failure doe to denied access
Deploy application failure doe to denied access
More like this
Technical instruction - IIS security
Technical instruction - IIS security
More like this
Technical instruction - Installing application on Windows Server
Technical instruction - Installing application on Windows Server
More like this