Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.Web / Test / standalone / OutputCacheProvider / OutputCacheProviderTest_02 / web.config
1 <?xml version="1.0"?>
2
3 <configuration>
4
5     <system.web>
6         <compilation debug="true" targetFramework="4.0" />
7             <caching>
8                     <outputCache defaultProvider="MissingInMemoryProvider">
9                             <providers>
10                                     <add name="MissingInMemoryProvider" type="Test.InMemoryProvider"/>
11                             </providers>
12                     </outputCache>
13             </caching>
14     </system.web>
15     <system.webServer>
16       <modules runAllManagedModulesForAllRequests="true"/>
17     </system.webServer>
18
19 </configuration>