[Mono-bugs] [Bug 371663] ASP.NET Masterpages broken in mono-1-9 and trunk
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 19 04:49:02 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=371663
User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=371663#c4
--- Comment #4 from Marek Habersack <mhabersack at novell.com> 2008-03-19 02:49:01 MST ---
They happened to work because previously mono wasn't paying attention to the
file extension, it just assumed that everything named in the MasterPageFile
attribute was a masterpage, and called the master page builder directly. After
switching to the batch compilation model, it determines the build provider to
use for a specific file by looking at its extension, thus the failure to work
in your case.
--
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