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.

<?xml version="1.0"?>
<configuration>

    <system.web>
        <compilation debug="true" targetFramework="4.0" />
    </system.web>
    <system.webServer>
      <modules runAllManagedModulesForAllRequests="true"/>
    </system.webServer>

</configuration>