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

Popular posts from this blog

What are different steps used in JDBC? Write down a small program showing all steps.

Pure Versus Partial EC

Discuss classification or taxonomy of virtualization at different levels.