New tests.
[mono.git] / mcs / class / System.Web / Test / standalone / Unhandled_Exception_Global_Asax / test_02 / web.config
1 <?xml version="1.0"?>
2 <!--
3 Web.config file for TestWebApp.
4
5 The settings that can be used in this file are documented at 
6 http://www.mono-project.com/Config_system.web and 
7 http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
8 -->
9 <configuration>
10   <system.web>
11     <compilation defaultLanguage="C#" debug="true">
12       <assemblies>
13       </assemblies>
14     </compilation>
15     <customErrors mode="RemoteOnly">
16     </customErrors>
17     <authentication mode="None">
18     </authentication>
19     <authorization>
20       <allow users="*" />
21     </authorization>
22     <httpHandlers>
23     </httpHandlers>
24     <trace enabled="false" localOnly="true" pageOutput="false" requestLimit="10" traceMode="SortByTime" />
25     <sessionState mode="InProc" cookieless="false" timeout="20" />
26     <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
27     <pages>
28     </pages>
29   </system.web>
30 </configuration>