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做人工智能的一个网页(很牛逼)
    python操作Excel模块openpyxl
    linux环境下安装mysql
    爬虫框架scrapy
    爬虫
    2017.2.6 开工大吉
    C# List集合Group by查询
    Datatable 列查询,统计值
    调用WCF Client客户端测试
    Oracle数据库导入导出命令
  • 原文地址:https://www.cnblogs.com/chucklu/p/12206436.html
Copyright © 2011-2022 走看看