博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于Webpage Not Found问题解决~~~
阅读量:5011 次
发布时间:2019-06-12

本文共 2431 字,大约阅读时间需要 8 分钟。

还是外文网站好,以下解决办法:

IIS6.0 UI vs. IIS 7.x UI Series: More about Web Service Extensions

This week in the blog series (Introduction to the series – ), let’s talk about Web Service Extensions feature in IIS6 UI and compare it to the IIS7.x ISAPI and CGI Restrictions feature.

Web Service Extensions feature in IIS6.0

By default, the IIS6.0 server only serves static content. Features like asp, asp.net, server side includes, webdav, front page server extensions would not work unless explicitly enabled. You can configure these features (also known as Web Service Extensions) using the Web Service Extensions node in the inetmgr tree view.

IIS6 UI – Web Service Extensions

To enable, disable a web service extension, you would

- Launch IIS Manager (run inetmgr)

- Select and expand the local computer node in the tree view

- Select  “Web Service Extensions” node in the tree view

- You can now “Allow” or “Prohibit” any Web Service Extension.

This UI also lets you Add a new Web Service extension, allow all web service extensions for a specific application and disable (“prohibit”) all web service extensions.

ISAPI and CGI Restrictions feature in IIS 7.0

In IIS7/7.5 UI, the web service extensions made it as a feature on the Server Home Page. Select the local server node; double click on the ISAPI and CGI restrictions feature from the Server Home Page

IIS7 UI – ISAPI and CGI Restrictions

If you would like to add handler mappings to support ISAPI extensions or CGI programs, you would allow a specific CGI program (executable) or ISAPI extension (dll) by adding it to the ISAPI CGI Restrictions list. This feature determines the execution of 3 party ISAPI / CGI code.

To allow or restrict an ISAPI extension or CGI module, you would

- Launch IIS Manager (run inetmgr)

- Select and expand the local computer node in the tree view

- Select  “ISAPI and CGI Restrictions” feature from the Server Home Page

- You can now “Allow” or “Deny” any ISAPI extension or CGI module.

This UI also lets you Add /Edit or Remove an ISAPI or CGI Restriction. This UI also lets you allow/deny of all unknown CGI and ISAPI extensions by selecting the “Edit Feature Settings…” task in the Actions pane.

 

Next blog in the series:

As always, please drop a comment if there are any specific UI modules/properties you would like to be compared next and also if you have any feedback on the level of detail.

转自:

转载于:https://www.cnblogs.com/lifuyun/p/3257138.html

你可能感兴趣的文章
XPath定位时,使用文本的方法小技巧。
查看>>
安装pandas报错(AttributeError: 'module' object has no attribute 'main')
查看>>
ch02 fundamental definition 01
查看>>
JSON解析
查看>>
Position is everything?(css定位学习的一些心得)(一)
查看>>
如何提高编程水平
查看>>
Jquery Uploadify3.21.与2.1版本 使用中存在的问题--记录三
查看>>
Linux查看进程的内存占用情况 分类: ubuntu ...
查看>>
[BZOJ 2818]Gcd
查看>>
FORM值传递与地址传递
查看>>
(译)yaml快速教程
查看>>
C:大数相加
查看>>
160. Intersection of Two Linked Lists
查看>>
人生苦短,我用python-- Day11
查看>>
JAVA Bean
查看>>
ehcache memcache redis 三大缓存男高音_转
查看>>
curd_3
查看>>
百度地图API示例之设置地图显示范围
查看>>
Java构造方法、重载及垃圾回收
查看>>
.Net Core AES加密解密
查看>>