2010-04-02 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / Test / standalone / Unhandled_Exception_Global_Asax / test_02 / web.config
diff --git a/mcs/class/System.Web/Test/standalone/Unhandled_Exception_Global_Asax/test_02/web.config b/mcs/class/System.Web/Test/standalone/Unhandled_Exception_Global_Asax/test_02/web.config
new file mode 100644 (file)
index 0000000..27ba12c
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+Web.config file for TestWebApp.
+
+The settings that can be used in this file are documented at 
+http://www.mono-project.com/Config_system.web and 
+http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
+-->
+<configuration>
+  <system.web>
+    <compilation defaultLanguage="C#" debug="true">
+      <assemblies>
+      </assemblies>
+    </compilation>
+    <customErrors mode="RemoteOnly">
+    </customErrors>
+    <authentication mode="None">
+    </authentication>
+    <authorization>
+      <allow users="*" />
+    </authorization>
+    <httpHandlers>
+    </httpHandlers>
+    <trace enabled="false" localOnly="true" pageOutput="false" requestLimit="10" traceMode="SortByTime" />
+    <sessionState mode="InProc" cookieless="false" timeout="20" />
+    <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
+    <pages>
+    </pages>
+  </system.web>
+</configuration>
\ No newline at end of file