[Mono-bugs] [Bug 76090][Wis] New - Errors in global.asax are not shown in the browser

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 13 16:36:39 EDT 2005


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 schwimmlehrer at hotmail.com.

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

--- shadow/76090	2005-09-13 16:36:39.000000000 -0400
+++ shadow/76090.tmp.15889	2005-09-13 16:36:39.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 76090
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: schwimmlehrer at hotmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Errors in global.asax are not shown in the browser
+
+Description of Problem:
+When I have an error in global.asax I get a huge exception on the server
+and a server error on the client.
+
+Steps to reproduce the problem:
+1. create a simple global.asax and default.aspx, e.g.:
+
+<script runat="server" language="c#">
+	syntax error generator
+</script>
+
+<html>
+<body>
+Test
+</body>
+</html>
+
+2. Load default.aspx
+
+Actual Results:
+Exception on the server (see attachment) and on the client:
+"Server error
+Your client sent a request that was not understood by this server."
+
+Expected Results:
+Message on the client showing me the error line, no exception on the server.
+
+How often does this happen? 
+Always


More information about the mono-bugs mailing list