How do I debug an ASPNET Core MVC Application Deployed in Azure How do I debug an ASPNET Core MVC Application Deployed in Azure azure azure

How do I debug an ASPNET Core MVC Application Deployed in Azure


Try setting ASPNETCORE_ENVIRONMENT to Development to display full exception message on the error page.

Application Settings

Remember to turn it off when finished, otherwise you will leak error information.