17 lines
		
	
	
		
			518 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			518 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <configuration>
 | |
|     <system.webServer>
 | |
|         <defaultDocument>
 | |
|             <files>
 | |
|                 <clear />
 | |
|                 <add value="index.html" />
 | |
|                 <add value="Default.htm" />
 | |
|                 <add value="Default.asp" />
 | |
|                 <add value="index.htm" />
 | |
|                 <add value="iisstart.htm" />
 | |
|                 <add value="default.aspx" />
 | |
|             </files>
 | |
|         </defaultDocument>
 | |
|     </system.webServer>
 | |
| </configuration>
 |