client/test/unitTest/UnitTest/UnitTest.Web/Web.config
author totetm <>
Wed, 10 Feb 2010 14:56:46 +0100
changeset 41 b51a10574e7f
parent 33 8a41c4969cc1
permissions -rw-r--r--
LeftClick on an element in BookTimeLine set time at begining of the element.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     1
<?xml version="1.0"?>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     2
<configuration>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     3
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     4
    <system.web>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     5
        <compilation debug="true" targetFramework="4.0" />
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     6
    </system.web>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     7
    <system.webServer>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     8
      <modules runAllManagedModulesForAllRequests="true"/>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
     9
    </system.webServer>
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
    10
8a41c4969cc1 Unit Test Project
totetm <>
parents:
diff changeset
    11
</configuration>