[Mono-bugs] [Bug 400359] New: <head runat="server"> behaves differently in mono 1. 9 than .net 2.0
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 13 23:01:48 EDT 2008
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: mhabersack at novell.com
ReportedBy: andrewaggb at shaw.ca
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list