ASP.NET: Executables
Various helper executables for interacting with your .NET application.
Helpers
aspnet-restart
Restarts ASP.NET application.
Usage
aspnet-start
Starts ASP.NET application.
If you try to start an application that is already running you will get an error as it won't be able to bind to port 5000. You should never need to use this executable as it is called when the container starts.
Usage
aspnet-switch-terminate
Stops ASP.NET application, switches live and published code, and terminates the container (you will need to have the restart policy set to 'always').
Usage
healthcheck
Usage
Last updated