How to host Asp.Net app from Command Prompt
Normally I have hosted my Asp.Net Application from Visual Studio using IISExpress profile by just starting debug. How can I host the same Asp.Net project from the command Prompt, so that the hosted application was active and use appsettings.Development.json configuration?