I've just installed windows 7 and i'm trying to get my mvc app that was working in IIS 7 working in IIS 7.5.
The problem I have is that when it tries to load any static files (css, gif, jpg...) it requires authentication. So if i try to go to
http://mydomain.com/Content/site.css
It redirects to
http://mydomain.com/Account/LogIn?ReturnUrl=/Content/site.css