home *** CD-ROM | disk | FTP | other *** search
/ host-198-236-40-254.wlwv.k12.or.us / host-198-236-40-254.wlwv.k12.or.us.tar / host-198-236-40-254.wlwv.k12.or.us / web.config < prev    next >
Extensible Markup Language  |  2014-08-01  |  605b  |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3.     <system.webServer>
  4.         <handlers accessPolicy="Read, Write, Script" />
  5.         <directoryBrowse enabled="false" />
  6.         <defaultDocument>
  7.             <files>
  8.                 <clear />
  9.                 <add value="Default.asp" />
  10.             </files>
  11.         </defaultDocument>
  12.         <httpErrors>
  13.             <clear />
  14.         </httpErrors>
  15.         <staticContent>
  16.             <mimeMap fileExtension=".ova" mimeType="application/virtual-switch-image" />
  17.         </staticContent>
  18.     </system.webServer>
  19. </configuration>
  20.