Thanks, John. I'm going to go through the process per that
article. But, even though, the symptom is similar, the
event ids are different. In my case, the appdomain should
not have been unloaded at first place. Well, I'll let you
know if the hotfix solve my problem.
Hi, John,
Hope you'll see this. I've installed the HotFix, .Net
SP1 and in additional I've upgraded to .Net Version 1.1.
As a result "aspnet_wp.exe" is no longer killed (no more
system crash), but my application domain is still unloaded
every once a while all session and application data is
lost. Now, I am totally lost as for what to do next.
Charles,
>-----Original Message-----
>Thanks, John. I'm going to go through the process per that
[quoted text clipped - 22 lines]
>>
>.
semayuce - 31 May 2004 14:00 GMT
hello charles,
have you solved your problem? I'm facing with the same problem and I
couldn't find a way to solve..
I hope you had find a way and will share this with me..
sincerely,
sema
ranganh - 01 Jun 2004 10:51 GMT
hi
it is not advisable to use caching in pages, usercontrols where you are using server controls and custom controls because, the default property of the server controls do postback and when it is served from cache, they dont post back to the server and hence may give problems
----- unknown wrote: ----