How to disable "Validating Web Site" step when building an ASP.NET Web Site project?

Viewed 9830

Sometimes, I want to skip validation of the web site to save time when I build an ASP.NET Web Site project. Is there a Visual Studio option or any other means to turn off this behaviour?

2 Answers
Related