IE/ ASP.NET memory issues -- or settings unknown?

  • Thread starter Thread starter KatB
  • Start date Start date
K

KatB

PLEASE HELP ME.

Using IE 5.5 and .Net 1.1, I'm running an intranet app that uses session
variables to control how pages are processed, etc.

All seemed fine (been running on about 10 different PCs), but then
WHACK, the program running on yet another PC loads a page from history
instead of what code dictates. When this happened before, we changed the
Internet Explorer Temp File Settings to "Automatically" update the page
load. That seemed to fix the problem.

But now this other PC (even with that setting) is acting the same way.
Incorrect pages load from history it appears. Server has loads of
memory, etc., user PC has 512 MB RAM.

I have no clue even how to troubleshoot this at this point. Can anyone
give me some guidance PLEASE!

Thanks, Kat
 
post your code where your session object causes the page to load. its a good
rule to follow up a wierd problem with a code sample.
 
What platform are you running iis on?

I know that XP will only support 10 concurrent connections to the version of
IIS that it has.

Just a thought

Joe
 
Back
Top