Top "Simplemembership" questions

SimpleMembership is the default membership provider in ASP.

How am I supposed to use ReturnUrl = ViewBag.ReturnUrl in MVC 4

I'm working on 'ASP.NET MVC 4' application. I'm using/learning SimpleMembershipProvider and try to stick to the default logic …

asp.net-mvc-4 asp.net-mvc-routing simplemembership
Role based authentication in the new MVC 4 Internet template using simplemembership

I like the new simplemembership feature in MVC 4 internet template with links to OAuth for external logins in VS 2012 RTM. …

asp.net-mvc-4 roles simplemembership
How to create custom additional fields in UserProfile in MVC4

I faced with new ASP MVC 4 feature, it shipped with new membership db schema and new initialization. In mvc 3 and …

c# asp.net-mvc entity-framework asp.net-mvc-4 simplemembership
Is ASP.NET MVC 5 incompatible with the WebMatrix SimpleMembershipProvider?

We have an existing application that was build on ASP.NET MVC 4 & Web API. The admin parts of the …

c# asp.net-mvc simplemembership asp.net-mvc-5 asp.net-identity
User.IsInRole doesn't work

I have ASP.NET MVC 4 application. I use Simple Membership Provider allowing to tick remember me checkbox under login form. …

asp.net-mvc forms-authentication simplemembership .aspxauth
Get logged in user's id

How can I get the logged in user's UserId? I'm using the standard system generated AccountModel. I can get the …

c# asp.net-mvc-4 simplemembership
How to use SimpleMemberShip Provider in Asp.net MVC 4 application

Although i have been through this article http://blog.longle.net/2012/09/25/seeding-users-and-roles-with-mvc4-simplemembershipprovider-simpleroleprovider-ef5-codefirst-and-custom-user-properties/ but i dont know is it …

asp.net asp.net-mvc asp.net-mvc-4 simplemembership
How to make WebSecurity.Login to login using username or email?

WebSecurity.Login in simplemembership take username and password, how to make it to login the user using username or email …

asp.net-mvc-4 .net-4.5 simplemembership
SimpleMembership with custom database schema in ASP.NET MVC 4

I want to enable the ASP.NET MVC 4's SimpleMembership API to integrate with my own database schema. I have …

asp.net .net asp.net-membership asp.net-mvc-4 simplemembership