You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
330B

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

Powered by TurnKey Linux.