Detailed 500 error message, ASP + IIS 7.5

后端 未结 13 1370
北荒
北荒 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:15

    Found it.

    http://blogs.iis.net/ksingla/archive/2009/02/16/iis-7-5-updates-to-custom-errors-and-compression.aspx

    run cmd as administrator, go to your system32\inetsrv folder and execute:

    appcmd.exe set config -section:system.webServer/httpErrors -allowAbsolutePathsWhenDelegated:true
    

    Now I can see detailed asp errors .

提交回复
热议问题