Short note on Deployment of Core Application.
Deployment of Core Application
In general to deploy on ASP.NET Core aa to a hosting environment:
- Deploy the published app to a folder on the hosting server.
- Set up a process manager that starts the app when a request arrives and restart the app after it crashes or the server reboots.
- For the configuration of a reverse proxy, set up a reverse proxy to forward requests to the app.
Comments
Post a Comment