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=79400 --- shadow/79400 2006-09-14 16:17:34.000000000 -0400 +++ shadow/79400.tmp.30439 2006-09-17 12:18:06.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.0 OS: All OS Details: Linux Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -58,6 +58,26 @@ method. ------- Additional Comments From [EMAIL PROTECTED] 2006-09-14 16:17 ------- Created an attachment (id=17689) Sample + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-17 12:18 ------- +Update Information: +The same issue occurs when including a server file that contains a +scripting tag, e.g.: + +main.aspx +---BEGIN--- +<!-- #include File="something.inc" --> +---END--- + +something.inc +---BEGIN--- +This is some text <% Response.Write("123 parse index error"); %> and +some more text here. +---END--- + +When removing the <% scripting tag from the server side include file +everything works again. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
