21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<configuration>
|
||
|
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.0" />
|
||
|
<caching>
|
||
|
<outputCache>
|
||
|
<providers>
|
||
|
<add name="TestInMemoryProvider" type="Test.InMemoryProvider, App_Code"/>
|
||
|
<add name="TestAnotherInMemoryProvider" type="Test.AnotherInMemoryProvider, App_Code"/>
|
||
|
</providers>
|
||
|
</outputCache>
|
||
|
</caching>
|
||
|
</system.web>
|
||
|
<system.webServer>
|
||
|
<modules runAllManagedModulesForAllRequests="true"/>
|
||
|
</system.webServer>
|
||
|
|
||
|
</configuration>
|