| changeset 33 | 8a41c4969cc1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/test/unitTest/UnitTest/UnitTest.Web/Web.config Tue Jan 19 09:49:26 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>