I've set up Forms Authentication on my ASP.NET MVC website, including setting up appropriate entries in the web.config.
Now every request to my site redirects to the Login page to authenticate the user.
Problem is, this happens even when my pages try to access the master stylesheet (in the Content folder), so they end up rendering without styles.
How can I override Forms Authentication so that my style sheet will render?