[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
Fri, 29 Oct 2004 00:14:13 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68709
--- shadow/68709 2004-10-28 18:50:40.000000000 -0400
+++ shadow/68709.tmp.29828 2004-10-29 00:14:13.000000000 -0400
@@ -44,6 +44,9 @@
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.
+
+------- Additional Comments From gonzalo@ximian.com 2004-10-29 00:14 -------
+I tried with the attached test case and it worked perfectly.