a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
20 lines
493 B
XML
20 lines
493 B
XML
<?xml version="1.0"?>
|
|
|
|
<configuration>
|
|
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
<caching>
|
|
<outputCache defaultProvider="TestInMemoryProvider">
|
|
<providers>
|
|
<add name="TestInMemoryProvider" type="Test.InMemoryProvider, App_Code"/>
|
|
</providers>
|
|
</outputCache>
|
|
</caching>
|
|
</system.web>
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true"/>
|
|
</system.webServer>
|
|
|
|
</configuration>
|