zoukankan      html  css  js  c++  java
  • WebConfig

    设置默认页:
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
            <defaultDocument>
                <files>
                    <clear />
                  <add value="default.aspx" />
                  <add value="index.aspx" />
                  <add value="index.html" />
                  <add value="index.htm" />
                </files>
            </defaultDocument>
      </system.webServer>
  • 相关阅读:
    js18
    js17
    js16
    js15
    js14
    js13
    js12
    js11
    八月二十三的php
    八月二十二的php
  • 原文地址:https://www.cnblogs.com/sntetwt/p/1986661.html
Copyright © 2011-2022 走看看