Top "Asp.net-membership" questions

ASP.

The required anti-forgery form field "__RequestVerificationToken" is not present Error in user Registration

I am using Membership.create user function, then the following error is occurring, The required anti-forgery form field "__RequestVerificationToken" is …

asp.net-mvc-4 asp.net-membership
Why is <deny users="?" /> included in the following example?

The ? wildcard represents unauthenticated users while * represents all users, authenticated and unauthenticated. My book shows the following example of URL …

asp.net authentication asp.net-membership forms-authentication authorization
Operand type clash: uniqueidentifier is incompatible with int

When I attempt to create the stored procedure below I get the following error: Operand type clash: uniqueidentifier is incompatible …

sql sql-server tsql asp.net-membership
How to obtain a list of Users from ASP.NET Identity?

Edit: This question is outdated The Identity Framework was a moving target at the moment I asked this. The authors …

asp.net asp.net-mvc-5 asp.net-identity asp.net-membership
ASP.NET Membership: how to set the user as logged in

I am trying to get the Membership Provider to work. So far I have: <asp:Login ID="Login1" runat="…

c# asp.net asp.net-membership membership
ASP.NET authentication login and logout with browser back button

I am looking for a solution for user use the browser's back button to navigate to previous page once logged …

asp.net asp.net-membership back-button
How to assign Profile values?

I don't know what I am missing, but I added Profile properties in the Web.config file but cannot access …

asp.net asp.net-mvc asp.net-membership profile
User.Identity.IsAuthenticated is false after successful login

I need to get the UserId Guid directly after a successful login. The following code doesn't work: if (Membership.ValidateUser(…

c# asp.net asp.net-membership asp.net-4.5