- First the PTracker.mdf and pTracker.ldf were missing and I had to copy them from the zip file
- Got No connection could be made because the target machine actively refused it 127.0.0.1. Change the connection string from (LocalDb)\v11.0 to my sql server instance
- then I am getting "The provided anti-forgery token was meant for user "manager", but the current user is """.. So I commented out the [ValidateAntiForgeryToken] from the login method
- Now I am getting "UserId not found" error.
The login process is querying the aspnet-MvcUI-20131107034738.AspNetUsers table which is empty.
Why am I encountering so many issues? What am I missing?