Web Application Project Deployment VS2010 - Precompile Views

Posted by Malcolm Frexner on Stack Overflow See other posts from Stack Overflow or by Malcolm Frexner
Published on 2010-04-18T19:38:53Z Indexed on 2010/04/18 19:43 UTC
Read the original article Hit count: 463

Using Visual Studio 2010 Ultimate I created a ASP.NET MVC 2.0 Web Application.

I read http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k%28WEBAPPLICATIONPROJECTS.PACKAGEPUBLISHOVERVIEW%29;k%28TargetFrameworkMoniker-%22.NETFRAMEWORK%2cVERSION%3dV4.0%22%29&rd=true.

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?

© Stack Overflow or respective owner

Related posts about application-project-deplo

Related posts about asp.net-mvc