Skip to content

Commit e3fbccc

Browse files
author
Steve Pfister
committed
Tweaked the test web.config so that the system wouldn't bomb on it
1 parent 1a57ccf commit e3fbccc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mcs/class/System.Web.Extensions/Test/resources/Web.mono.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
<error statusCode="404" redirect="FileNotFound.htm" />
5757
</customErrors>
5858
-->
59-
<pages configSource="profile.config">
60-
<controls/>
61-
</pages>
59+
<pages configSource="profile.config" />
6260
<httpHandlers>
6361
<remove verb="*" path="*.asmx"/>
6462
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

0 commit comments

Comments
 (0)