Using Visual Studio 2010 Ultimate I created a ASP.NET MVC 2.0 Web Application.
Its about the new features for Web Application Deployment. I dont see an option to precompile Views. Also I dont see other options that where available in previous version of Web Deployment Project: ie if the web is compiled into a single assembly or into one assembly per page.
I had the impression that Application Project Deployment is the scuccessor of Web Deployment Project.. maybe I am wrong about it.
How should I precompile views now?