I\'m running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit a page that requires authentication. It then is auto-redirecting to /
In RTM try to add to in Web.config:
Web.config
(Thx to Problem exclusively using Windows Authentication in ASP.NET MVC 3 Beta.)