How do I precompile an ASP.Net MVC4 website in Visual Studio 2010 at the time of Publishing?
I didn't find any option in Visual Studio project / solution settings. I checked the Package/Publish Setting by right clicking on the project but didn't find any relevant settings.
I know there exists command line option (aspnet_compile.exe) but I wish to achieve this using Visual Studio 2010.