I just updated my site and the root domain name, www.mysite.com no longer defaults to the starting page Default.aspx. But if I goto www.mysite.com/default.aspx it displays fine. Do I need IIS Manager to update this?
You might want to check your web.config file. It should load by default. If not, you can use IIS7 Manager to re-configure it: http://blog.Winhost.com/configuring-a-default-document/
Fixed Turns out I needed to change a line in my code, but this seems to have just started working this way... The root domain name, www.mysite.com, page URL is www.mysite.com/default.aspx? In direct home page requests the page URL is www.mysite.com/default.aspx it displays fine. The question mark in ".aspx?" messed me up.