Detailed 500 error message, ASP + IIS 7.5

后端 未结 13 1380
北荒
北荒 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

    In my case it was permission issue. Open application folder properties -> Security tab -> Edit -> Add

    • IIS AppPool\[DefaultAppPool or any other apppool] (if use ApplicationPoolIdentity option)
    • IUSRS
    • IIS_IUSRS

提交回复
热议问题