I created a web application using asp.net 4 MVC3 and the ASP.NET membership provider. The application worked fine on the localhost. I deployed the app: I set up the web.config to work with the production server, and created the membership tables on the host server database. However, when I hit the log in button, the website redirects to an error page. I was told there might be a bug in the ASP.NET 4 authentication, but I am not sure this is the problem. How can I fix this so that log in will be possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as too localized by 3nigma, Aristos, Uwe Keim, Jon B, RivieraKid Oct 29 '12 at 13:55
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Don't believe everything someone tells you. Deploying a site with membership takes more than just recreating the tables. You also must recreate all the stored procedures, and the views. You do this by running |
|||
|