[Mono-bugs] [Bug 64871][Nor] New - XSP gives a 500 error on the @Assembly directive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 31 Aug 2004 08:41:22 -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 niel@bornstein.atlanta.ga.us.
http://bugzilla.ximian.com/show_bug.cgi?id=64871
--- shadow/64871 2004-08-31 08:41:22.000000000 -0400
+++ shadow/64871.tmp.25500 2004-08-31 08:41:22.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 64871
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: Windows 2000 and Mac OS X
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: niel@bornstein.atlanta.ga.us
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP gives a 500 error on the @Assembly directive
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+XSP gives a 500 error (System.ArgumentException: The path is not of a legal
+form, Parameter name: path) when accessing an .aspx page wth code-behind.
+
+Steps to reproduce the problem:
+1. Create the files Hello.cs and hello2.aspx (attached) in \WWWRoot\InetPub
+2. Start XSP with the command line xsp --root \WWWRoot\InetPub
+3. View http://localhost:8080/hello2.aspx with a web browser
+
+Actual Results:
+See attached HTML output from XSP
+
+Expected Results:
+See attached HTML output from IIS/ASP.NET
+
+How often does this happen?
+Always
+
+Additional Information:
+This used to work, pre-1.0. The code is in "Mono: A Developer's Notebook",
+so getting a fix or workaround may be considered a pretty high priority.