S
SevDer
Hi
We have a case that our AppDomain (workerprocess) reloads randomly.
We simply have a public static hashtable that keeps an object inside which
is determined by the key sessionID, and although we have the same SessionID,
all of a sudden, static hashtable looses its values. This happens both on
production and development enviorment.
Do you know why this might happen?
This is a follow up for the following thread from C# group.
http://groups.google.com/group/micr...&q=static+hashtable+looses+its+contents&hl=en
Note: I've read that, if we have dynamic files in the web application
folder, ASP.NET reloads the worker process. The following article says that,
even the log files we put can cause this problem. Is that true?
(Our log files are not exactly under the main web folder it is located some
where like "webappfolder\sub1\sub2\logs\app\*.txt")
The article: http://objectsharp.com/blogs/bruce/archive/2004/11/01/992.aspx
Thanks in advance,
SevDer
http://www.sevder.com
We have a case that our AppDomain (workerprocess) reloads randomly.
We simply have a public static hashtable that keeps an object inside which
is determined by the key sessionID, and although we have the same SessionID,
all of a sudden, static hashtable looses its values. This happens both on
production and development enviorment.
Do you know why this might happen?
This is a follow up for the following thread from C# group.
http://groups.google.com/group/micr...&q=static+hashtable+looses+its+contents&hl=en
Note: I've read that, if we have dynamic files in the web application
folder, ASP.NET reloads the worker process. The following article says that,
even the log files we put can cause this problem. Is that true?
(Our log files are not exactly under the main web folder it is located some
where like "webappfolder\sub1\sub2\logs\app\*.txt")
The article: http://objectsharp.com/blogs/bruce/archive/2004/11/01/992.aspx
Thanks in advance,
SevDer
http://www.sevder.com