Thursday, July 24, 2008

Visual Studio 2003 To 2008 ASP.NET Updates Breaks Web Controls

When moving a site using ASP.NET 1.1 to 3.5 Visual Studio throws a nasty little entry in the web.config which breaks web controls such as the menu control. Remove the entry you see below from your web.config to address this issue. I hope this saves some people the hassle of finding this solution like I had.

 <xhtmlConformance mode=”Legacy“/>

Posted by Hakke at 16:40:42
Comments

Leave a Reply