Application Object Question

  • Thread starter Thread starter Matt Campos
  • Start date Start date
M

Matt Campos

In the global.asax we use the application_start event to store some more
variables in the application object. The site could be running for half a
day then at random the contents of that application object becomes null. It
only appears to be null for a random person, and works for everybody else.

Has anybody encountered this type of issue?

Just for reference we are using Application.add(key,value)

Thanks
 
It sounds like the application is being restarted.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top