I am wondering if there is a way to modify the scheme Visual Studio (2008) uses for validating ASP.NET code. I can find .xsd files with schemes for xhtml, xml, etc., but the scheme for ASP.NET code seems hard-coded somehow. I also can't find any settings to change the scheme or even disable the validation altogether.
Anyone any idea?
The reason I want to change the scheme, is that I want to get rid of the "Validation (ASP.Net): Attribute values must be enclosed in quotation marks."-warnings. Quoting attributes is fine and dandy for code emitted to the browser, but using quotes in ASP.NET code that gets compiled/rendered to (properly validating) html anyway, just seems silly.