Ask a Question related to ASP, Design and Development.
-
Kenneth W. Freo #1
IIS Application Variable Problem
I have an ASP based application that in the default.asp
sets a run at server variable of Application("Value") = 0
in Application_OnStart. Among other things in the
Session_OnStart their is the code Application("Value")=CInt
(Application("Value"))+1. I have two Workstations running
Windows XP Pro that when the the default.asp is run (IE6)
this variable is incremented not by one but two or more.
The Session_OnEnd is supposed to decrement but instead
increments. No viruses, spyware etc. have been found.
Anyone have any ideas. Running Win2k/IIS5. All service
packs and security patches have been applied. I'm at a
loss as to what is going on.
Kenneth W. Freo Guest
-
Application Variable Timeout
By default Application variables timeout after 2 days. Does this mean that once set they will last 2 days and then they will be deleted regardless,... -
Cant set CCW in ASP Application variable
I have a managed object that I want to use from an existing ASP (classic, not .net) application. The object contains a cache and may be accessed... -
Reading application variable during modification
From: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_reqocsv.asp it appears that Application.Lock prevents... -
character limitation of an application variable
Does anyone know the character limitation of an application variable ?? How much can one hold ? Will it give an error if it gets too big ? etc... -
Application variable not persisting
Hi, For some reason your application shutdown between the assignment and retrieval of the value to the session. I need to see some code in order... -
Ray at #2
Re: IIS Application Variable Problem
This code you're talking about is in global.asa, correct? Post the contents
of that file.
Ray at work
"Kenneth W. Freo" <kwfreo@swbell.net> wrote in message
news:077a01c39403$a9f6c380$a001280a@phx.gbl...> I have an ASP based application that in the default.asp
> sets a run at server variable of Application("Value") = 0
> in Application_OnStart. Among other things in the
> Session_OnStart their is the code Application("Value")=CInt
> (Application("Value"))+1. I have two Workstations running
> Windows XP Pro that when the the default.asp is run (IE6)
> this variable is incremented not by one but two or more.
> The Session_OnEnd is supposed to decrement but instead
> increments.
Ray at Guest



Reply With Quote

