Top "Asp.net-membership" questions

ASP.

How do I perform a case-insensitive compare of GUIDs with LINQ?

In the code below, I want to compare two GUIDs. The problem is I don't get any tasks returned because …

c# .net linq .net-4.0 asp.net-membership
To call this method, the "Membership.Provider" property must be an instance of "ExtendedMembershipProvider"

Currently whenever I try to register a user or login using the default membership services built into ASP.Net MVC4 …

c# asp.net asp.net-mvc asp.net-membership
You must call the "WebSecurity.InitializeDatabaseConnection" method before you call any other method of the "WebSecurity" class

Everytime I restart Debugging with Visual Studio I get this freaking error: You must call the "WebSecurity.InitializeDatabaseConnection" method before …

c# asp.net-mvc asp.net-mvc-4 asp.net-membership
Add ASP.NET Membership tables to my own existing database, or should I instead configure a separate ASP.NET membership database?

I was reading through this post here MisfitGeek: Adding ASP.NET Membership to your OWN Database. and thought to my …

asp.net database-design asp.net-membership
Membership Generate Password alphanumeric only password?

How can I use Membership.GeneratePassword to return a password that ONLY contains alpha or numeric characters? The default method …

asp.net regex asp.net-membership membership
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
ASP.Net MVC Hide/Show Menu Items Based On Security

I'm working on an ASP.Net MVC 3 site. The _Layout master view contains a menu and I want to hide …

asp.net-mvc-3 asp.net-membership
ASP.NET MVC 3: How to get User's Role in a Controller Method?

I want to be able to Get a list of roles of the current authenticated user. Filter the data provided …

asp.net-mvc-3 asp.net-membership authorization asp.net-4.0
ASP.NET MVC List All Users

I'm trying to show a list of all users but am unsure how to go about this using the MVC …

c# asp.net-mvc asp.net-membership