Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have a local database to check authentication. You may create same database by C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe.

Create any MVC4 application and look _LoginPartial.cshtml file. You will see line
  • @Html.ActionLink("Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })


1. Set your break point at method “Login” in Account controller.
2. Click in login and you will get exception at Unhandled exception at line 115, column 5 in http://localhost:61841/Scripts/jquery.unobtrusive-ajax.js.

But why it is so? How can I use my local database for authentication?
Why we are running javaScrip?

Any help will be very much appreciated.

Agha Khan
Posted
Comments
Sergey Alexandrovich Kryukov 31-Jan-13 2:48am    
Why local database? This is not how authentication works...
—SA
AghaKhan 31-Jan-13 4:18am    
Thank you for your reply. FYI: You may add any database for authentication. Please check this. http://vantsuyoshi.wordpress.com/2012/02/24/create-simplemembership-with-asp-net-mvc-4-beta-sql-compact-edition-4ef-4-3-code-first/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900