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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
