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

  • 相关阅读:
    【sqli-labs】 less23 Error based
    【sqli-labs】 less22 Cookie Injection- Error Based- Double Quotes
    【sqli-labs】 less21 Cookie Injection- Error Based- complex
    【sqli-labs】 less20 POST
    【sqli-labs】 less19 POST
    【sqli-labs】 less18 POST
    【sqli-labs】 less17 POST
    【sqli-labs】 less16 POST
    【sqli-labs】 less15 POST
    nginx.conf(centos7 1.14)主配置文件修改
  • 原文地址:https://www.cnblogs.com/lifuyun/p/3257138.html
Copyright © 2011-2022 走看看