Detailed 500 error message, ASP + IIS 7.5

后端 未结 13 1185
北荒
北荒 2020-11-22 03:52

IIS 7.5 , 2008rc2, classic asp, 500 error msg:

The page cannot be displayed because an internal server error has occurred.

I nee

13条回答
  •  一向
    一向 (楼主)
    2020-11-22 04:13

    try setting the value of the "existingResponse" httpErrors attribute to "PassThrough". Mine was set at "Replace" which was causing the YSOD not to display.

    
    

提交回复
热议问题