[转][html]设置IIS 默认页
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <files> <add value="publish.htm" /> </files> </defaultDocument> </system.webServer> </configuration>
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <files> <add value="publish.htm" /> </files> </defaultDocument> </system.webServer> </configuration>