Author: you've been HAACKED | Posted on: 1/27/2009 1:45:14 PM | Views : 966

In my last post, I announced the happy news that the Release Candidate for ASP.NET MVC is available . In this post, I say mea culpa for a known bug within this release. This bug is a consequence of a change we made in our default template. We know have a content placeholder in the <head> section of the Site.master page. < head runat ="server" > < asp:ContentPlaceHolder ID ="head" runat ="server" > < title ></ title > </ asp:ContentPlaceHolder > < link href ="../../Content/Site.css" rel ="stylesheet" type ="text/css" /> </ head > The benefit here is that it makes it easy to specify view specific scripts, style sheets, and title tags from...(read more) ...

Go to the complete details ...