Top "Simplemembership" questions

SimpleMembership is the default membership provider in ASP.

MVC Code First: One-to-many relationship between own model and SimpleMembership user

I am currently working on an event calendar website and I am still a novice when it comes to ASP.…

c# asp.net asp.net-mvc entity-framework simplemembership
WebSecurity.CurrentUserName and User.Identity.Name are null after logging in

I'm stating to figure out SimpleMembership for my ASP.Net MVC 4 site. I've augmented UserProfile with a custom property, AccountTypeId. …

asp.net-mvc-4 security simplemembership
ASP.NET MVC 4 Access to the path App_Data is denied

I have been getting the following error after publishing my site: System.UnauthorizedAccessExceptionAccess to the path 'C:\inetpub\MySite\App_…

c# asp.net-mvc simplemembership unauthorizedaccessexcepti app-data
How to initialize simple membership in ASP.NET MVC4

How to initialize simple membership in ASP.NET MVC4 Hi, I'm working on ASP.NET MVC4. As you know, membership/…

asp.net-mvc-4 authentication asp.net-membership simplemembership targetinvocationexception
MVC 4 authentication with Active Directory or Membership database

I´m building a web application which could get accessed in two ways. Everyone who is working in the same …

c# authentication asp.net-mvc-4 active-directory simplemembership
SimpleMemership CreateUserAndAccount Customization

I am trying to add a new property to the UserProfile class in my model public class UserProfile { [Key] [DatabaseGeneratedAttribute(…

asp.net-mvc entity-framework asp.net-mvc-4 webmatrix simplemembership