The ASP.
As the title says, I wonder, why ASP.NET Identity 2.0 uses a string with a GUID as primary clustered key …
c# asp.net asp.net-identityI am using the standard MVC template that comes with VS 2013. It has a neat membership provider that makes using …
asp.net-mvc entity-framework ef-code-first asp.net-identity asp.net-identity-2I have seen this link Two Factor Auth using goolgle authenticator on how to create a two factor authentication in …
authentication asp.net-web-api asp.net-identity one-time-passwordI'm new to ASP.NET MVC and I've been developing a MVC 5 application with individual user authentication. I've been doing …
c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identityThis is a very similar question to this aspnet identity invalid token on confirmation email but the solutions are not …
angularjs asp.net-core asp.net-identity forgot-passwordI have created an MVC Web App using Database First. The default db for the ASP.Net Identity data is …
asp.net-mvc entity-framework asp.net-identity ef-database-firstI am trying to get an IList<ApplicationRole> of roles in which a user is currently enrolled. Now …
asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity user-rolesAn external company has done some penetration tests on the ASP.NET MVC 5 application i'm working on. An issue that …
asp.net-mvc asp.net-identity owin asp.net-identity-2I'm migrating a ASP.NET MVC 5.1 application from MembershipProvider to ASP.NET Identity v2.0. One of the features I have …
c# asp.net-mvc asp.net-identityI have created my data layer with EF 6 code first and I am populating the db through Seed method of …
entity-framework entity-framework-6 asp.net-identity asp.net-identity-2