XhtmlConformance in web.config

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have <xhtmlConformance mode="legacy" /> in my web.config.
That works fine on my computer but not on an other developer's computer.
We get an errormessage in Visual Studio 2005.

Can I just delete this line from web.config?
 
yes, but review your site's display.

the legacy mode means that it wont force it into xhtml, when you
convert a project from 1.1 to 2.0 it sticks it in there.

its preferable to take it out because it disables client side
validation on down-level browsers.
 
Back
Top