Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2007, 02:17 AM
Registered User
 
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Caching & IIS 6.0

Hi Everyone,


Our web application (ASP.Net 2.0) uses caching, is currently hosted on a Windows XP Machine with IIS 5.1.

But when we try to host the same application in Windows 2003 Server and IIS 6.0 environment caching fails.



Could you please suggest a solution to meet this issue ?

Is there any specific IIS 6.0 settings to be taken care to make this work ?



Here is the code, how do we add/update item (a datatable) to cache:



  if (Cache[oAccount._sAccount + "ServiceCaseDt"] == null)

    {

      Cache.Insert(oAccount._sAccount + "ServiceCaseDt", dtCases, null, DateTime.MaxValue, TimeSpan.Zero);

    }

  Else

    {

     Cache[oAccount._sAccount + "ServiceCaseDt"] = dtCases;

    }



dtCases is a datatable.




Waiting for your most valuable suggestions,





Thanks & Regards,
Xave






Similar Threads
Thread Thread Starter Forum Replies Last Post
Plz Help me?? IIS & Active Directory sangram.c General .NET 0 November 20th, 2007 08:29 AM
Problem with IIS & .NET anujrathi General .NET 1 May 4th, 2006 07:10 AM
LDAP & IIS r_ganesh76 ASP.NET 1.0 and 1.1 Professional 0 December 13th, 2004 01:39 AM
HTML & IIS moggie HTML Code Clinic 3 November 22nd, 2004 03:16 PM
iis & xp service pack 2 sg48 General .NET 7 November 11th, 2004 09:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.