zoukankan      html  css  js  c++  java
  • HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003

    How to Configure IIS Web Site Authentication

      1. Use an administrative account to log on to the Web server.
      2. Start IIS Manager or open the IIS snap-in.
      3. Expand
        Server_name, where
        Server_name is the name of the server, and then expand Web Sites.
      4. Use one of the following methods (as appropriate to your situation), and then click Properties:
        • To configure authentication for all Web content that is hosted on the IIS server, right-click Web Sites.
        • To configure authentication for an individual Web site, right-click the Web site that you want.
        • To configure authentication for a virtual directory or a physical directory in a Web site, click the Web site that you want, and then right-click the directory that you want, such as
          _vti_pvt.
        • To configure authentication for an individual page or file in a Web site, click the Web site that you want, click the folder that contains the file or the page that you want, and then right-click the file or the page that you want.
      5. In the ItemNameProperties dialog box (where ItemName is the name of the item that you selected), click the Directory Security or the File Security tab (as appropriate).
  • 相关阅读:
    python模块之sys与os
    Python模块之time、datetime
    一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10
    js闭包
    js删除局部变量
    数据库 事务
    jQuery全屏滚动插件fullPage.js
    jdk环境变量
    MyEclipse优化设置(最详细版本)
    oracle查询性能优化
  • 原文地址:https://www.cnblogs.com/chucklu/p/12206436.html
Copyright © 2011-2022 走看看