zoukankan      html  css  js  c++  java
  • 关于Webpage Not Found问题解决~~~

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

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

    This week in the blog series (Introduction to the series – here), 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

    WebServiceExtensions

    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

    Isapi_CGI_Restrictions_HomePage

    IIS7 UI – ISAPI and CGI Restrictions

    Isapi_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: Anonymous Authentication

    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.

    转自:http://blogs.iis.net/nitashav/archive/2010/02/05/iis6-0-ui-vs-iis-7-x-ui-series-more-about-web-service-extensions.aspx

  • 相关阅读:
    Datatable导出到Excel
    C# 连接EXCEL和ACCESS字符串2003及2007版字符串说明
    C#-读取写入Excel
    简易的命令行入门教程:
    日志记录
    python环境管理器的选择
    go语言的模块处理
    pip 使用国内源 安装类库
    go 实现单链表并使用一种常规实现翻转,一种使用递归实现翻转
    数据库产品选型
  • 原文地址:https://www.cnblogs.com/lifuyun/p/3257138.html
Copyright © 2011-2022 走看看