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 / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
What is the purpose of FormsAuthentication.SignOut()?29 Jan 2004 14:08 GMT1
MSDN documentation says:
   Removes the authentication ticket.
That's it.  Where does it remove the authentication ticket from (server /
client?).
Response.WriteFile and @OutputCache29 Jan 2004 13:25 GMT4
I have a question about caching ASP.NET pages that send files to the client
using Response.WriteFile. Basically I've a little ASP.NET script that takes
a filename as parameter, prefixes the filename with a folder, and then sends
it over to the client using Response.WriteFile. The ...
Multithreading and Sessions28 Jan 2004 02:25 GMT1
I have an asp.net application that uses multithreading to allow for progress
bar aproach while its doing its work in the backgroung in the secondary
thread. the main thread is just refreshing the page while the backgroung
secondry thread is doing the actual processing. When my ...
Datagrid; session state with dataviews and performance26 Jan 2004 17:07 GMT2
I have a dataview, which is populated from data in a database.
I am storing this datagrid data in a dataview so I can sort it easily
(Dataview.sort() ), so I decided to turn off viewstate for the datagrid, to
send less traffic.  So I cut the page from 111k down to about 50k in size,
Periodic application shiutdown control26 Jan 2004 17:03 GMT1
My application is shut down every 29 hours. I just discovered that the
processModel tag in machine.config is ignored by IIS 6, MSDN documentation
now states I should use the IIS user interface to control these settings.
But I cannot find any. Where do I go?
Adding cookie resets cache25 Jan 2004 20:42 GMT1
Here's my cache directive:
<%@ OutputCache Duration="3600" VaryByParam="none"
VaryByCustom="IndexPage" Location="Server" %>
I added a simple time stamp to the page so I could see it working.
page expiry18 Jan 2004 22:01 GMT2
Does anyone know how to generate the IE page expired message for aspx pages served after a get request. The HttpCachePolicy stuff works fine for data which has been responded to with a POST - but not with GET. Any ways around it
Gav
Cache doesn't expire17 Jan 2004 17:07 GMT7
I use following code in Application_BeginRequest of
Global.asax.cs to expire cache:
Response.Cache.SetCacheability(HttpCacheability.Private);
Response.Cache.SetExpires(DateTime.Now.AddMinutes(1));
Is caching the right solution14 Jan 2004 04:38 GMT1
I am building a web site that will utilize XML for configuration and
content which will be used on each ASPX page.  I do not want to read
the XML file every time a page is accessed.  I need a way to persist
the XML document in memory so that it can be accessed by each page.  
To Cache Or Not To Cache a Dataset?09 Jan 2004 16:06 GMT19
I'm building a near a near real-time stats feature. It will count how many
times a productID was requested on a server which will live in a web farm
using web gardens and enjoy a great deal of traffic.
Brief Outline:
$1 INSTANT PAYMENTS-EASY TO DO-JOIN TODAY09 Jan 2004 09:08 GMT1
TRY IT ONE TIME...
I HAVE 45 PEOPLE WHO HAVE DECIDED TO GO IN WITH ME TO BUILD A DOWNLINE FOR THE NEXT
MLM..I WILL SIGN UP FIRST,,THEN THEY WILL JOIN...AND YES,IT COSTS MORE
OF COURSE..
Cache doesn't expire?08 Jan 2004 01:48 GMT2
Hi! My name is Brian
I tried to use cache, but it didn't work well.
The problem is that it didn't expire.
I made cache with cachedependency or time expiration,
cache location04 Jan 2004 00:30 GMT1
So far I've been unable to find an answer to this question:
Is it possible to force cached content to be written to the disk in addition
to be kept in memory?
Here is what I'm trying to do:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.