The ASP.
I am new to AngularJS and trying to evaluate it for my new web application. Requirement: I will have one …
asp.net-mvc angularjs asp.net-web-api forms-authentication asp.net-identityI have a stored procedure that updates status. Depending on the role of the user the stored procedure has code …
asp.net asp.net-mvc asp.net-web-api asp.net-identity asp.net-identity-2I have one question. I'm trying change error message in Identity ASP .NET and I don't know how do it. …
asp.net identity asp.net-identityLets step away from ASP.NET Identity for a sec and lets say we are building a custom authentication/authorization …
c# asp.net asp.net-core asp.net-identity asp.net-core-identityExpanding the answer in this question: Change routing in ASP.NET Core Identity UI? Javier recommends one of the following …
asp.net asp.net-identity razor-pages asp.net-core-2.1I have downloaded this sample in which I can try the features of Identity Provider in ASP.NET MVC 5: http://…
c# asp.net-mvc dependency-injection asp.net-identityIn my ASP.NET applications I have following settings in DefaultMembershipProvider and SqlMembershipProvider in web.config: enablePasswordRetrieval="true" passwordFormat="Clear" …
asp.net asp.net-membership visual-studio-2013 sqlmembershipprovider asp.net-identityThe following code is copied from the Asp.Net Identity 2.0 sample. private ApplicationUserManager _userManager; public ApplicationUserManager UserManager { get { return // Error _…
asp.net asp.net-mvc-5 asp.net-identity asp.net-identity-2I am developing an Asp.net web application. In my application, I am setting up user email confirm and password …
asp.net-mvc email asp.net-identity email-clientI'm trying to use identity with cookie authentication in an asp.netcore 2.0 MVC app. I want to set session timeout …
asp.net-identity asp.net-core-2.0 session-timeout cookie-authentication