all groups > asp.net caching > february 2004
when cachin XML should I cache the Document object or just the string?
Posted by Moshe Plotkin at 2/24/2004 8:34:00 PM
B"H
I know its simple, but hey I dont know the answer.
Thanks
... more >>
Caching only for anonymous user
Posted by Gabriele Cannata at 2/24/2004 6:28:57 PM
Sorry if this is a FAQ,
we have a site that is mainly visited by anonymous users, and we have some
complex pages (they are really CMS templates, by the way).
We are thinking about the possibility of caching only the "guest" version of
a page, while processing the page for each authenticated user... more >>
Screen Scraping
Posted by Herb Stull at 2/24/2004 5:09:39 PM
Hello All,
I need to manipulate a Windows application running in the foreground from a
script running in the background.
I need to send it keystrokes to populate text boxes, be able to click
buttons and select from dropdown lists, etc.
Will WSH allow me to write such a script and, if so, ... more >>
Setting NoCache causes IE/Powerpoint to fail to open
Posted by Jonathan Trevor at 2/20/2004 3:37:23 PM
Hi,
For the last couple of releases of a product we're developing we've been
running to very wierd behavior from IE and our ASP.NET web application which
serves up various types of files and I'm getting very frustrated in trying
to solve it!
We content we are serving up is potentially sensi... more >>
GIF file is not refreshed on every visit to the page
Posted by rahool at 2/20/2004 5:56:10 AM
H
I am using ASP.NET page (IIS6.0 on Windows 2003 Server) to display a Pie Chart (Pie.gif) which is created based on criteria input by user(Like Country selection). problem is that Pie is generated according to criteria set but it is not refreshed on page, only the first time generated Pie chart... more >>
Using global callback function with cache object
Posted by NWx at 2/16/2004 4:13:18 PM
Hi,
I' trying to implement a callback method when a cache object expires
I want to do this to automatically logout user after a timeout (for demo
purposes)
My thought is, when user logon, create a cache object which expires after,
let's say, 15 minutes, and in that moment, to direct user to... more >>
OutputCache and Response.WriteFile with an image
Posted by Chris Dyer at 2/13/2004 3:51:42 PM
Has anyone observed any problems when dynamically writing a file with
Response.WriteFile while also using Output Caching? I've seen this problem
on multiple servers now and have to believe other people have seen something
similar.
I have a gateway page on my webserver that is used to retrieve ... more >>
Check this out DataAdapter.
Posted by sachy at 2/11/2004 6:06:05 PM
Hi NG members
Has anyone out here tried to carry out some Stress test on dataadapter.fill()
Guys try this
Simple query with 1 or 2 join
Tables not having more than 1K records
Use da.Fill(ds
Bind a table to some grid. No fancy stuff --- You will notice problems here as tables object itself is... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cahing problem?
Posted by Patrick at 2/11/2004 12:31:05 AM
Hi
I'm facing a nearly similar problem as posted by "Daniel" on January, 22nd
I developed a new class (dll) for our Intranet-Web-App and copied it to our the Webserver after I successfully tested in in my development environment.
Now the problem was, that some User got the "right" behaviour of th... more >>
architectural question re .Net
Posted by new.microsoft.com at 2/10/2004 2:53:52 PM
Got an architectural question re .Net.
Potential client wants to build a c#.net app with the following reqs.
Multiple users in a central office running the app as well as up to 20
remote users going against the same data.
95% of the time they will have a DSL line connecting the remote office... more >>
Cache Limit?
Posted by Tyson Brown at 2/7/2004 2:51:09 PM
All,
We have a lot of custom content for a lot of clients all using the same web application. Right now we have about 3,000 API cache items and it's only using about 270 meg of ram (We have /3GB).
Instead of calling the DB many times per page, we are wanting to take a lot more of our busine... more >>
Caching classic ASP pages
Posted by Mario Vargas at 2/5/2004 2:46:22 PM
Hello,
I'm sorry to post this question here, but I couldn't find the appropriate
forum. I have a very silly question and I think I know the answer already.
Is there any way to cache classic ASP pages on the server just like we do in
ASP.NET when we use the "@ OutputCache" directive?
Thanks.... more >>
Application Caceh Refreshing Problem
Posted by Glenn at 2/3/2004 4:01:13 PM
Hi
I have a config XML file that I am using from the application cache. I have configured the entry with a removed callback to repopulate automatically when the XML file changes. All is well until the XML file is changed. The cached item is being removed as I would expect, but the removed callb... more >>
|