↧
By: trailmax
Thanks for sharing. But should the IIS Configuration code be withing Start() method, rather than in Run()? If I understand correctly, Run() is for “everyday” tasks, but “Start()” is for config changes.
View ArticleBy: Tom Wilson
Is this the same as app suspend in this post? http://fabriccontroller.net/blog/posts/using-asp-net-app-suspend-in-your-windows-azure-web-roles-os-family-4/ Is app suspend the best way to go now if we...
View ArticleBy: Filip Hurta
I agree, WebRole.OnStart() is better place for this code than WebRole.Run().
View Article