Show ASP.NET 5 error page in Azure web app

前端 未结 7 487
猫巷女王i
猫巷女王i 2020-12-14 17:04

I am getting a 500 Internal Server Error when deploying our ASP.NET 5 web application to an Azure Web App.

How do I get the details and stacktrace f

7条回答
  •  情深已故
    2020-12-14 17:20

    If you're still on old versions of the DNX stack like myself (using beta5, which is what shipped with Visual Studio 2015), they had a setting that wasn't really documented well. I believe this has been changed since then, but here's what you had to place in your web.config:

      
        
      
    

提交回复
热议问题