Monday, April 30, 2007 4:11 AM
dbottjer
XHTMLConformance
<
xhtmlConformance mode="" /> is new to ASP.NET 2.0 and can be added to the Web.Config to specify the XHTML rendering mode for an ASP.NET Application. Mode can be set to Legacy, Transitional, or Strict. Using the Legacy mode is not recommended if your site uses AJAX. I found setting the mode to transitional particularly useful when trying to persuade DotNetNuke 4.x to output XHTML Transitional Compliant Markup.
Filed under: ASP.NET, Tips-n-Tricks