Updated example files
Updated example files Fixed the "expected" file name and made the original test file more interesting.
This commit is contained in:
parent
e7c76a3ef4
commit
404373182c
|
@ -4,9 +4,15 @@
|
|||
<handlers accessPolicy="Read, Script" />
|
||||
<directoryBrowse enabled="false" />
|
||||
<defaultDocument>
|
||||
<files><clear /><add value="Default.aspx" /><add value="default.asp" />
|
||||
<add value="index.html" /><add value="index.htm" /><add value="default.html" />
|
||||
<add value="default.htm" /></files>
|
||||
<files>
|
||||
<clear />
|
||||
<add value="Default.aspx" />
|
||||
<add value="default.asp" />
|
||||
<add value="index.html" />
|
||||
<add value="index.htm" />
|
||||
<add value="default.html" />
|
||||
<add value="default.htm" />
|
||||
</files>
|
||||
</defaultDocument>
|
||||
<httpErrors>
|
||||
<clear />
|
||||
|
|
Loading…
Reference in New Issue