I'm working in a MVC3 application using Custom Membership Provider. The problem is when I get the display of the login page, for some reason the page doesn't load the style sheet neither the javascripts. Is something that I need to add and I'm missing? Something on the Global.asax or the config file? Thanks in advance.
Well, finally I get the solution. The problem was the permission on the Content folder, where the style sheet resides. Adding authorization to all users for that folder on the config file fixed the problem.