Hi,
If IIS Application Pool for a web service is called, shouldn't
Application_End be called ? Some how I'm not seeing that. I've cached some
client connection in Application object and I want to clear them in
Application_End but I'm not able to.
Thanks in advance and regards
Navin
Navin Mishra - 14 Feb 2005 21:17 GMT
Any advice please ? Would really appreciate it. Environment is Windows 2003
server on which even stopping the WWW service doesn't cause Application_End
to be called. On my XP machine, when I stop WWW service does cause
Application_End to be called.
> Hi,
>
[quoted text clipped - 6 lines]
>
> Navin