The dafault page under the IIS7 setting (under the inetpub\wwwroot directly) was showing the IIS7 image. I deleted the old (defalult) content from the inetpub\wwwroot directory and moved my site under the same directory. Under the Default Docment, I changed the settings and left only Default.aspx as the starting page.
Every time I access my site from out side with http://mysite.com/ it still goes to the earlier page that used to show the IIS7 image, it does not find the image so it shows no image with error on page but it does not get redirected to the Default.aspx page. If type http://mysite.com/Default.aspx then my app works perfectly fine.
I though my browser was showing the page from its cache. I cleared all history and tried again but it is still pointing to the old (default) page ...
Any suggestions?
Thanks in Advance!