I need to rewrite a Sliverlight Application into a ASP.NET MVC 5 application. The User Accounts are stored as a ".NET User" in the IIS:
I think this Database is related to it:
I assume, that there is some technologie build in in ASP.NET, that is for managing this users. Something like NetUser.Authentificate(username, password)
How ever, I can not find some reference. I am sure, I am searching with the wrong keywords.
Can you point me on the right direction?

