Can't run classic ASP page on Windows 10 even after installing ASP support via “Turn Windows features on or off”

瘦欲@ 提交于 2021-01-28 06:41:59

问题


I get this error:

An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.

But I already installed classic ASP support on my IIS; why would I be getting this error? I tried restarting IIS and that didn't help; just in case the error message came from the application itself, I searched for it but didn't find it in the code anywhere.


回答1:


to see the classic asp error iis you need to do some settings in iis:

1)open the iis manager and select the classic asp site or the server.

2)Select the Asp feature from the iis.

3) Expand the Debugging Properties node and set Send Errors To Browser to True.

4)Go back to the IIS properties and select Error Pages.

5)Select the Edit Feature Settings from the Action pane and select the Detailed error message radio button.

Restart the IIS server.



来源:https://stackoverflow.com/questions/57383757/cant-run-classic-asp-page-on-windows-10-even-after-installing-asp-support-via

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!