简体   繁体   English

ISAPI设置在IIS7中不可见

[英]ISAPI Settings not visible in IIS7

I wish to do some settings in IIS7 which could run asp.net 1.1 websites.For that some settings in ISAPI and CGI Extensions are required. 我希望在IIS7中进行一些可以运行asp.net 1.1网站的设置。因为ISAPI和CGI Extensions中的一些设置是必需的。 But when Opened IIS 7 i couldn't locate any of those. 但是当打开IIS 7我无法找到任何这些。 I have enable all IIS features from Programs and Features in Control Panel 我已从控制面板中的程序和功能启用所有IIS功能

I am using W7 32bit Enterprise Edition 我使用的是W7 32位企业版

Thanks 谢谢

Make sure you select the server node in the Connections view on the left. 确保在左侧的“连接”视图中选择服务器节点。

Are you sure the ISAPI Extensions feature is installed? 您确定已安装ISAPI Extensions功能吗?

Internet Information Services > World Wide Web Services > Application Development Features > ISAPI Extensions Internet信息服务>万维网服务>应用程序开发功能> ISAPI扩展

This can be done by going into Start -> Program files -> Programs and features -> turn windows features on/off -> 这可以通过进入Start - > Program files - > Programs and features - > turn windows features on/off - >来完成

Then in the tree structure find 然后在树形结构中找到

Internet Informatiuon Service -> World Wide Web Services -> Application Development Features Internet Informatiuon Service - > World Wide Web Services - > Application Development Features

and make sure the ISAPI Extension and ISAPI filter is checked (depending on what you want). 并确保选中ISAPI ExtensionISAPI filter (具体取决于您的需要)。

See for more help: 有关更多帮助请参阅:

http://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7 http://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7

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

相关问题 带有Isapi重定向的IIS7背后的Atlassian Bamboo - Atlassian Bamboo behind IIS7 with Isapi redirect 如何在IIS7上安装ISAPI重写规则? - How to install ISAPI rewrite rule on IIS7? 为 IIS7 创建等效于 ISAPI 扩展的内容 - Creating what is equivalent to an ISAPI extension for IIS7 IIS 8.5中Web服务器上的ISAPI和CGI限制列表设置 - ISAPI and CGI Restriction list settings on the Web server in IIS 8.5 将ISAPI_Rewrite代码传输到内置IIS7重写引擎 - Transfer ISAPI_Rewrite code to Built-In IIS7 Rewrite Engine IIS 设置正确,但在 iis 10 上获取 ISAPI 和 CGI​​ 限制列表设置 - IIS Settings proper but getting ISAPI and CGI Restriction list settings on iis 10 如何使用IIS7和C#NET和其他设置创建网站 - how to create a website with IIS7 and C# NET and other settings IIS7集成管道:maxConcurrentRequestsPerCPU和requestsQueueLimit设置之间的交互 - IIS7 Integrated Pipeline: Interaction between maxConcurrentRequestsPerCPU and requestsQueueLimit settings 如何使用命令行将IIS7中的ISAPI和CGI限制功能的.net Framework v2.0更改为v4.0? - How to change .net framework v2.0 to v4.0 for ISAPI and CGI restrictions feature in IIS7 using command line? 在IIS Express上重写ISAPI - ISAPI rewrite on IIS Express
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM