Hello,
I am working on a project in Visual Studio 2013 with C# and I am in desperate need of help. Our project does NOT use a database to verify users and determine their role. We have a "mid-tier" we call, passing in the user name and password and we get JSON
data back saying either successful login or not.
Should I stick with my current custom forms authentication code or should I switch to the SimpleMembership.??
Either way, I also need help executing the recommended path:
If I should stick with current Forms Authentication: When we created our NEW solution, we created a WebForms project in VS 2013 so how would I switch off the new membership providers to use the custom Forms Authentication code?
If I should use the SimpleMembership: How would I go about using the new SimpleMembership with NO database but keep our calls to mid-tier with JSON success or failure being return ...
Go to the complete details ...