新梦想网络 > 客服中心 > 虚拟主机问题 > 正文缩放字号: [收藏本问题]

web.config设置默认首页

时间:2013-05-03来源:蓝木网络 作者:蓝木网络 点击:
  iis7里面web.config可以指定默认首页,下面讲一下如何指定:
 <?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <defaultDocument>
            <files>
                <add value="index.asp" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>

加入这段代码即可,不过可能会和控制面板中的首页设置冲突,请注意查看。
 

    TAG:

    下载此文章 (欢迎转载,请注明出处:http://www.xmxwl.net/help/host/20130503/12993.html)