Why does IIS on Azure Web Roles need to recompile ASP.NET apps so often? Why does IIS on Azure Web Roles need to recompile ASP.NET apps so often? azure azure

Why does IIS on Azure Web Roles need to recompile ASP.NET apps so often?


Bump your app pool timeout settings with a web role startup task. Steve Marx has a post on how to do this in Azure. You can login with remote desktop to change this to verify - but that setting would get blown away next time you deploy.

On other environments, the app pool settings are probably configured differently. This bugged me for a while when I first set up my Azure site.