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" />
|
<handlers accessPolicy="Read, Script" />
|
||||||
<directoryBrowse enabled="false" />
|
<directoryBrowse enabled="false" />
|
||||||
<defaultDocument>
|
<defaultDocument>
|
||||||
<files><clear /><add value="Default.aspx" /><add value="default.asp" />
|
<files>
|
||||||
<add value="index.html" /><add value="index.htm" /><add value="default.html" />
|
<clear />
|
||||||
<add value="default.htm" /></files>
|
<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>
|
</defaultDocument>
|
||||||
<httpErrors>
|
<httpErrors>
|
||||||
<clear />
|
<clear />
|
||||||
|
|
Loading…
Reference in New Issue