Deploying website: 500 - Internal server error

后端 未结 22 2191
情深已故
情深已故 2020-11-21 23:30

I am trying to deploy an ASP.NET application. I have deployed the site to IIS, but when visiting it with the browser, it shows me this:

Server Error

22条回答
  •  无人及你
    2020-11-22 00:04

    For IIS 8 There is a extra step to do other than changing the customErrors=Off to show the error content.

    
       
    
    
       
    
    

    Raul answered the question in this link Turn off IIS8 custom errors by Raul

提交回复
热议问题