Problem with application variables

Problem with application variables

am 13.07.2005 20:55:00 von eszechet

Hi,

We have some arrays stored as application variables (IIS 5.0)

Everything works fine until suddenly the variables lose their value.
This only happens with the applications that store arrays, not with
everyone, the rest
of the application variables are not affected.


These arrays are set when the application starts and they are never
changed by any other page.


When this happens the application must be restarted so they load the
information back.


Any idea / suggestion / solution ?


Thanks in advance.

Re: Problem with application variables

am 13.07.2005 21:11:05 von tomk (A

"Zeky" wrote in message
news:1121280900.575176.279880@o13g2000cwo.googlegroups.com.. .
> Hi,
>
> We have some arrays stored as application variables (IIS 5.0)
>
> Everything works fine until suddenly the variables lose their value.
> This only happens with the applications that store arrays, not with
> everyone, the rest
> of the application variables are not affected.
>
>
> These arrays are set when the application starts and they are never
> changed by any other page.
>
>
> When this happens the application must be restarted so they load the
> information back.
>
>
> Any idea / suggestion / solution ?

This talks about session vars:
http://www.aspfaq.com/show.asp?id=2157

Do you have an antivirus app on this server? They've been known to disrupt
app/session vars.

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers /iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS

Re: Problem with application variables

am 13.07.2005 22:24:29 von Ezequiel Zeky

Tom,
Thanks for your reply.

I checked
http://www.aspfaq.com/show.asp?id=2346
and
http://www.aspfaq.com/show.asp?id=2297

but none of them apply here.. there's no antivirus nor any other
program/human that changes the global.asa.

The IIS application does not restart, It is restarted (via Hostmonitor)
so the applications are reloaded.
Every other application variable stays OK, only the ones that contain
arrays lose their value.

Any other idea to find the source for this is greatly appreciated.

Thanks in advance
Ezequiel.


*** Sent via Developersdex http://www.developersdex.com ***