I'm working on an ASP.NET MVC 4.5.1 project and I'm trying to get Forms Authentication to work with System.Web.Security. The .ASPXAUTH cookie is being created successfully, but the Authorize attribute on the Home Controller is ignoring it.
BTW, this application is currently in development, so I'm not hitting a database yet.
Any ideas why?