[Mono-bugs] [Bug 77703][Nor] New - System.Web.UI.PageParser.GetCompiledPageInstance function does not work with ashx files

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Mar 4 12:41:55 EST 2006


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 cornel.mihaila at gmail.com.

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

--- shadow/77703	2006-03-04 12:41:55.000000000 -0500
+++ shadow/77703.tmp.719	2006-03-04 12:41:55.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 77703
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: cornel.mihaila at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Web.UI.PageParser.GetCompiledPageInstance function does not work with ashx files
+
+Summary: System.Web.UI.PageParser.GetCompiledPageInstance function does not
+work with ashx files
+
+
+Description of Problem:
+System.Web.UI.PageParser.GetCompiledPageInstance function does not work
+with ashx files (webhandlers); it works only with aspx files.
+The same code used in Visual Studio 2005 Development Server works with both
+aspx and ashx files.
+
+
+Steps to reproduce the problem:
+1. extract files from attachement
+2. run xsp2 using extracted files (xsp2 --root . --port 8088 --applications
+/:.)
+3. load in browser: http://localhost:8088/test_handler.aspx
+
+Actual Results:
+The html output is an error message: "Unknown directive: WebHandler"
+(see results/test_handler.aspx.htm for the exact message)
+
+Expected Results:
+to see the output from the executing of handler.ashx file
+(see results/test_handler.aspx-expected.htm the the exact expected output)
+
+
+How often does this happen?
+always
+
+Additional Information:
+"http://localhost:8088/test_page.aspx" can be used to see the function
+working with aspx files.
+Mono-1.1.13.4 for windows has been used.


More information about the mono-bugs mailing list