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