本文介绍了即使通过“打开或关闭Windows功能"安装ASP支持后,也无法在Windows 10上运行经典ASP页面.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到此错误:

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.

解决方案

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.

这篇关于即使通过“打开或关闭Windows功能"安装ASP支持后,也无法在Windows 10上运行经典ASP页面.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 06:12