-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: venkat_kl
Message 2 in Discussion

Hi,   Either use the Cache Object    How to cache in ASP.NET by using Visual C# 
.NET http://support.microsoft.com/default.aspx?scid=kb;en-us;323290    How To 
Cache in ASP.NET by Using Visual Basic .NET 
http://support.microsoft.com/default.aspx?scid=kb;en-us;811431     
Cache("mykey") = myValue   Cache.Insert("MyData", Source, _
         New CacheDependency(Server.MapPath("authors.xml")))   
Cache.Insert("MyData", Source, null, _
             DateTime.Now.AddHours(1), TimeSpan.Zero)
 Cache.Insert("MyData", Source, null, DateTime.MaxValue, _
             TimeSpan.FromMinutes(20)) 
http://samples.gotdotnet.com/quickstart/aspplus/doc/datacaching.aspxor   HOW 
TO: Configure ASP.NET for Persistent SQL Server Session State Management 
http://support.microsoft.com/default.aspx?scid=kb;en-us;311209   Run the 
InstallPersistSqlState.sql    HOW TO: Configure SQL Server to Store ASP.NET 
Session State http://support.microsoft.com/default.aspx?scid=kb;en-us;317604   
How to use ASP.NET session state SQL Server Mode in a failover cluster 
http://support.microsoft.com/default.aspx?scid=kb;en-us;323262     
<sessionState> <sessionState mode="Off|InProc|StateServer|SQLServer"
              cookieless="true|false"
              timeout="number of minutes"
              stateConnectionString="tcpip=server:port"
              sqlConnectionString="sql connection string"
              stateNetworkTimeout="number of seconds"/> byevenkat_kl 

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to