简体   繁体   English

在Windows XP上将应用程序映射添加到IIS6网站

[英]Adding Application Mapings to an IIS6 website on Windows XP

I am trying to add an Application Extension Mapping to a website in IIS6 running on windows XP. 我正在尝试将应用程序扩展映射添加到Windows XP上运行的IIS6中的网站。 My steps are as follows: 我的步骤如下:

Home directory > Configuration > Mappings > Add 主目录>配置>映射>添加

Executable: aspnet_isapi.dll
Extension: .xml
Verbs: All Verbs

but the OK button is always greyed out. 但“确定”按钮始终显示为灰色。

Is this a limitation of IIS6 on XP? 这是IIS6在XP上的限制吗?

you need to set it to: 您需要将其设置为:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

(or, copy the path from .aspx - you can't use ctrl commands, right click the text box instead) (或者,从.aspx复制路径-您不能使用ctrl命令,而是右键单击文本框)

Additionally, you should deselect 'Check that file exists' 此外,您应该取消选择“检查文件是否存在”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM