https://bugzilla.novell.com/show_bug.cgi?id=371663
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=371663#c2 Marek Habersack <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Marek Habersack <[EMAIL PROTECTED]> 2008-03-19 02:32:41 MST --- Master pages should have the .master extension (see http://msdn2.microsoft.com/en-us/library/wtxbf3hh.aspx) - renaming Urlencode.masterpage to Urlencode.master makes the example you attached work correctly (after removing the Inherits clause from Default.aspx). Note that naming your file with the .masterpage extension not only makes it not recognized as a Master page, but also makes it possible for a user to request and download that file to their disk, thus possibly creating a security risk for your website. -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
