I am suffering from very slow speed on initial loading of my MVC3 .NET4.5 application on Cloud Services, then of course when the pool recycles every 20 mins.
Now I could extend the recycling, but to my mind it would be a far better solution to simply precompile everything locally, then package it up and publish to Cloud Services.
How can I precompile locally, and then package up the precompiled code for publish?
Thanks