Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <directoryBrowse enabled="false" />
- <defaultDocument>
- <files>
- <clear />
- <add value="Default.htm" />
- <add value="Default.asp" />
- <add value="index.htm" />
- <add value="Default.aspx" />
- </files>
- </defaultDocument>
- </system.webServer>
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment