[Mono-bugs] [Bug 68709][Cri] Changed - Web service Global.Application_End is not being called when web service shuts down.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Oct 2004 19:45:43 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mlasky@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68709

--- shadow/68709	2004-10-27 19:39:24.000000000 -0400
+++ shadow/68709.tmp.30591	2004-10-27 19:45:43.000000000 -0400
@@ -39,6 +39,11 @@
 
 Additional Information:
 .NET under IIS will call Application_End when IIS is unloaded.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-10-22 20:54 -------
 Do you hit any page in XSP? a web service?
+
+------- Additional Comments From mlasky@novell.com  2004-10-27 19:45 -------
+I hit a web service. I saw Application_Start get called along with 
+all of the other BeginRequest, EndRequest, etc. The only method that 
+did not get called is Application_End.