Reputation: 4178
I've a Sitefinity 4.1 website running on IIS7, I am setting "Default.aspx" at the top of the default documents list, but when I access http://www.*.org/ it shows the IIS7 welcome page.
When I access http://www.*.org/default.aspx it works just fine.
I checked the defaultDocument section in the Web.config and it is set correctly, recycled the app pool, restarted the website site, nothing so far.
What am I missing?
EDIT :
It seems to be a caching problem, if I add junk query string parameters it redirects to the correct page, ex : http://www.*.org/?aaa
Upvotes: 6
Views: 21787
Reputation: 6788
ctrl + shift delete on your browser clear all the cache. then close browser and try again
Upvotes: 0
Reputation: 21178
Hit F5 on the browser. iisstart.html often is cached in the browser.
Upvotes: 10