How to Get Error Details of an ASP.NET 5 app deployed on Azure Websites?

后端 未结 10 1908
执笔经年
执笔经年 2020-12-05 02:23

I have an ASP.NET 5 solution with a website and several project libraries. I\'m using MVC 6 and Entity Framework 7. Locally the app is working fine and until today it was wo

10条回答
  •  不思量自难忘°
    2020-12-05 02:36

    In my case with beta5, custom errors in web.config didn't help, local IIS was fine, and adding an exception handler didn't display anything. The only thing that worked was to nuke approot and redeploy.

提交回复
热议问题