Possible Duplicate:
Compile Views in ASP.NET MVC
Is there any way I can get early info about errors in my view. It is little too slow to find out what is happening only after I've loaded page in browser. And if I do it with ajax....oh boy :( Should I write some kind of integration tests for fetching my controllers and checking for response? What is your approach for faster development in asp.net mvc?
Thanx ;)