I'm having a bit of an issue setting up our test site.
In IIS 7, our app pool for the site is running in integrated mode.
In Authentication, I have Anon enabled and Forms auth enabled.
In Authorization, I have Allow All users.
All pages allow anon users, EXCEPT the default (Home/Index.aspx). That page always forwards the user to the login screen. I want them to see the homepage.
I have tried adding authorization rules to the webconfig, but nothing changes it. Any ideas?