home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / web.config < prev   
Extensible Markup Language  |  2014-03-11  |  263b  |  11 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3.     <system.webServer>
  4.         <defaultDocument>
  5.             <files>
  6.                 <add value="web.asp" />
  7.             </files>
  8.         </defaultDocument>
  9.     </system.webServer>
  10. </configuration>
  11.