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

后端 未结 10 1901
执笔经年
执笔经年 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:27

    You must set app settings property ASPNET_DETAILED_ERRORS to true in web.config file.

    Example of my edited web.config file:

    
    
      
        
        
        
        
        
        
        
        
      
      
        
      
    
    

提交回复
热议问题