https://bugzilla.novell.com/show_bug.cgi?id=400359


           Summary: <head runat="server"> behaves differently in mono 1.9
                    than .net 2.0
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: DeveloperNet


Description of Problem:
<head runat="server"> behaves differently in mono 1.9 than .net 2.0
removing the runat="server" elimates the problem.

Steps to reproduce the problem:
1. include a code reference <%=somefunction()%> between a head tag with
runat="server".  

Actual Results:
mono doesn't run the function instead the html sent to the browser still
contains %=somefunction()%>

Expected Results:
<%=somefunction()%> would be replaced with the function output.

How often does this happen? 
every time

Additional Information:
using precompiled mono 1.9.1 available with fedora 9 32 bit.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to