Deploying website: 500 - Internal server error

后端 未结 22 2495
情深已故
情深已故 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:14

    For me, the following code in the web.config was the culprit. When I removed it, the web site worked fine.

      
        
      
    

提交回复
热议问题