[Mono-bugs] [Bug 68709][Cri] New - 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, 22 Oct 2004 18:31:47 -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-22 18:31:47.000000000 -0400
+++ shadow/68709.tmp.21869	2004-10-22 18:31:47.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 68709
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mlasky@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Web service Global.Application_End is not being called when web service shuts down.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The web service Global.Application_End method is not being called when XSP
+unloads the application domain.
+
+Steps to reproduce the problem:
+1. Run XSP with a web service installed.
+2. Shutdown XSP
+3. 
+
+Actual Results:
+Application_End is not being called.
+
+Expected Results:
+
+
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+.NET under IIS will call Application_End when IIS is unloaded.