Jul 22, 2010
Post comments count0
Post likes count0
How to set a default page to a Windows Azure Web Role App (Silverlight, ASP.NET, etc.)

This is a very easy tip, but useful. As you may know, Windows Azure management portal has not a way to set many things you could do using IIS Management console. But, because most of the IIS 7.x configuration can be also set using XML configuration files, in most of the cases we don’t really need the IIS Manager. In this case, we ca...