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?

Signature
Arne Garvander
Certified Geek
Professional Data Dude
tomisarobot@gmail.com - 03 Aug 2007 19:22 GMT
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.