[Mono-bugs] [Bug 75843][Blo] New - Cannot execute the default .aspx file

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 18 10:59:53 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 mailing at devspace.com.

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

--- shadow/75843	2005-08-18 10:59:53.000000000 -0400
+++ shadow/75843.tmp.25434	2005-08-18 10:59:53.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 75843
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Blocker
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: mailing at devspace.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot execute the default .aspx file
+
+Using Visual Studio 2005 I create a default page:
+
+<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs"
+Inherits="_Default" %>
+
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<head runat="server">
+    <title>Untitled Page</title>
+</head>
+<body>
+    <form id="form1" runat="server">
+    <div>
+    
+    </div>
+    </form>
+</body>
+</html>
+
+If I attempt to access this page it hangs for about ten seconds and then
+XSP exits.  If I however, create the following page:
+
+<%@ Page Language="C#" %>
+<script runat="server">
+
+</script>
+
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<head runat="server">
+    <title>Untitled Page</title>
+</head>
+<body>
+    <form id="form1" runat="server">
+    <div>
+    
+    </div>
+    </form>
+</body>
+</html>
+
+This works, and I am guessing it is the fact that the tags used to define
+some external code will cause XSP to crash.  I am using xsp2.exe.


More information about the mono-bugs mailing list