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

  • 相关阅读:
    kubespray -- k8s集群dashboard 访问方式
    calico 原理分析
    云主机被拿去挖矿,cpu暴涨,tcp连接突增
    监控虚拟机跟外部的tcp连接
    rook 排错记录 + Orphaned pod found kube-controller-manager的日志输出
    修改windows7本地策略--不能挂载磁盘和复制 -- 黏贴板-驱动器映射
    MySQL数据库锁机制之MyISAM引擎表锁和InnoDB行锁详解
    curl配置host
    博客收藏
    502的几种解决方案
  • 原文地址:https://www.cnblogs.com/lifuyun/p/3257138.html
Copyright © 2011-2022 走看看