I am trying to precompile the WebForms (WebRole) application before publishing it to Azure from Visual Studio 2012. There are several instances, so WebDeploy is not an option.
I have not found any "best practices." Any ideas on how to do this?
EDIT: Is there a way to preload all pages at startup so that domain users need compilation for the first page load / compilation for all pages? In my case, all pages except the login page are behind the form confirmation. Any ideas?
source share