Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS Application Variable Problem

Reply
Thread Tools

IIS Application Variable Problem

 
 
Kenneth W. Freo
Guest
Posts: n/a
 
      10-16-2003
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.

 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      10-16-2003
This code you're talking about is in global.asa, correct? Post the contents
of that file.

Ray at work

"Kenneth W. Freo" <> wrote in message
news:077a01c39403$a9f6c380$...
> 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.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Variable variable name" or "variable lvalue" mfglinux Python 11 09-12-2007 03:08 AM
Public variable = application("variable") ? THY ASP .Net 3 09-04-2006 03:15 PM
asp.net application loosing application settings in IIS Venkat Chellam ASP .Net 0 10-28-2004 03:15 PM
How do I scope a variable if the variable name contains a variable? David Filmer Perl Misc 19 05-21-2004 03:55 PM
ASP.NET application works in IIS PWS, but not in remote IIS. Matthew Louden ASP .Net 3 11-07-2003 09:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57