client/test/WebTest/WebTest/WebTest.Web/Web.config
changeset 30 644e3cd48034
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/test/WebTest/WebTest/WebTest.Web/Web.config	Thu Jan 14 16:39:50 2010 +0100
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<configuration>
+
+    <system.web>
+        <compilation debug="true" targetFramework="4.0" />
+    </system.web>
+    <system.webServer>
+      <modules runAllManagedModulesForAllRequests="true"/>
+    </system.webServer>
+
+</configuration>