zoukankan      html  css  js  c++  java
  • 在 Server 2008 企业版下, 安装 IIS 7 后,勾选好 请求筛选模块了。安装完毕后,"请求筛选"却不显示!

    下载并安装 Administration Pack 到你的Windows Server 2008 上。可以通过下面的链接来下载Administration Pack。

    https://www.iis.net/downloads/microsoft/administration-pack

    https://www.iis.net/downloads/microsoft/administration-pack

    Overview

    The IIS 7.0 Administration Pack adds to the set of management features that ship with IIS 7.0 to include Administration UI support for ASP.NET authorization, custom errors, FastCGI configuration, Request Filtering and much more. The Administration Pack also provides a generic configuration editor, capable of setting any IIS 7.0 configuration setting and automatically generating scripts to make the task easily repeatable.

    Manage additional features with IIS Manager UI Extensions

    The IIS Administration Pack user interface (UI) extensions allow administrators to more easily configure settings in IIS Manager for features previously manageable only through script or by direct editing of configuration files. Specifically, the UI extensions enable IIS Manager users to edit FastCGI settings, such as creating new file handlers; modify ASP.NET authorization and custom error settings; and set up rules for HTTP request filtering.

    Manage your configuration files with the Configuration Editor

    Configuration Editor allows you to use IIS Manager to make changes to any section, attribute, element, or collection in IIS configuration files, while providing the ability to control modifications to configuration files by placing or removing locks. To help automate configuration tasks, Configuration Editor also gives administrators the ability to generate scripts based on the actions taken in Configuration Editor.

    Configuration Manager Features

    • View and modify settings defined by the configuration schema
    • Generate code to automate tasks using managed code, JavaScript, or the Command Line
    • Quickly perform scoped searches of the configuration system for all the sections and where they are being used

    IIS Manager UI Extensions Features

    • FastCGI user interface for managing settings and tasks such as adding a new file handler
    • ASP.NET user interface to manage authorization and custom errors settings for ASP.NET applications
    • HTTP Request Filtering user interface to define rules to help protect Web applications by rejecting HTTP requests whose syntax contains potentially dangerous content such as double-encoding or non-ASCII characters

    Download Administration Pack 1.0

  • 相关阅读:
    [易学原创作品]QQ/MSN实现原理: C# UDP穿越NAT,UDP打洞,UDP Hole Punching,P2P
    工作流设计
    jquery 固定行列可编辑表格jfixed
    oracle 数据库实体生成工具
    c#做的查看sybase数据库表
    简单实用ORM框架
    Js 弹出框 返回值的两种常用方法
    数据结构 Jimmy
    js中的对象方法中this指向问题
    js中构造函数中this指向问题
  • 原文地址:https://www.cnblogs.com/Jeely/p/6956209.html
Copyright © 2011-2022 走看看