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

  • 相关阅读:
    使用VS2013直接升级到VS2019,Cmake编译CCC4.0版本错误记录
    最近使用LuaSqlite3时,不得不说的——事务提交ATTACH语句的巨坑
    LuaSocket学习之tcp服务端
    LuaSocket HTTP 初识记录
    LuaRocks安装教程
    Lua5.1-----函数可变参数详解
    DataTable与json互转,字段类型信息丢失问题初探
    json数组与对象数组
    asp.net中封装路由信息的对象--RouteData源码
    人类的心理行为模式(几个心理学实验)
  • 原文地址:https://www.cnblogs.com/lifuyun/p/3257138.html
Copyright © 2011-2022 走看看