[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

John A Grandy

4/27/2006 12:01:00 AM

I don't see any asp.net 2.0 caching-specific settings in the machine.config
installed with .net 2.0 .... do these need to be added manually ? Can
someone point me to a good resource ?

Here are the only <configSection>s I find relevant to caching ...

<configuration>
<configSections>
<sectionGroup name="system.web"
type="System.Web.Configuration.SystemWebSectionGroup, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<sectionGroup name="caching"
type="System.Web.Configuration.SystemWebCachingSectionGroup, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<section name="cache"
type="System.Web.Configuration.CacheSection, System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
allowDefinition="MachineToApplication" />
<section name="outputCache"
type="System.Web.Configuration.OutputCacheSection, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
allowDefinition="MachineToApplication" />
<section name="outputCacheSettings"
type="System.Web.Configuration.OutputCacheSettingsSection, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
allowDefinition="MachineToApplication" />
<section name="sqlCacheDependency"
type="System.Web.Configuration.SqlCacheDependencySection, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
allowDefinition="MachineToApplication" />
</sectionGroup>
</sectionGroup>
</configSections>
</configuration>