Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / November 2003

Tip: Looking for answers? Try searching our database.

can i disable caching app wide?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Henry - 18 Nov 2003 14:18 GMT
i have dozens of web forms and user controls that use the page directive
caching. i recently made design changes to most of the files. however the
changes did not appear because these components were all cached. is there a
simple on/off switch for all cached pages and controls for development
purposes , or do i have to rebuild my project each time i modify some html?
Jon Paugh - 18 Nov 2003 16:42 GMT
I don't know if there is a way to directly accomplish what
you want.

But you can create a class to manage the caching for you
based on settings in your web.config file. Then you can
disable caching in your web config. But this requires you
to use the caching class rather going directly to the
cache. So if you have a lot of code already, you would
have to change it to interact with this caching class.

Here is a code from MSFT for doing this:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/aspnet-
createcacheconfigobject.asp

>-----Original Message-----
>i have dozens of web forms and user controls that use the page directive
[quoted text clipped - 4 lines]
>
>.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.