[转][html]设置IIS 默认页

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <defaultDocument>
            <files>
                <add value="publish.htm" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>

 

posted on 2018-06-26 09:30  z5337  阅读(194)  评论(0)    收藏  举报