|
xhtmlConformance mode="Strict" I have the following line in my web.config file:
<xhtmlConformance mode="Strict" />
however the form element is still rendering with the "name" attribute. I
think a potential problem is that I am using precompilation for the site. Is
there a way for me to have the precompiler use strict mode? |