What does the Website Verification step do when creating an ASP.Net website?

It takes a while to do every time I debug my application. Can I speed up or skip?

+1


a source to share


2 answers


Validating a website generally means running it against all W3C validation rules for the HTML / XHTML type you are using. If there are any validation issues, they usually show up as warnings in your error list.



+2


a source


I thought about other checks. But anyway, the following link may help you.



ASP.NET validation elements.

0


a source







All Articles