membership Questions

1

Solved

How do I disable the account lockout feature of the SqlMembershipProvider? The MSDN documentation for the MaxInvalidPasswordAttempts property does not specify how to disable it. If I can't find t...

2

Solved

I am working with asp.net website project that some of pages need authentication. I am using asp.net membership. I read some answers. e.g. make all of those pages in folder and create inner web.c...
Vince asked 25/1, 2009 at 11:52

2

Solved

I store user data in a MSSQL table called Users. What I want to is to have accessible all user's data for actually logged user (email, address, phone, if the user is subscriber etc.). I don't want...
Fiesta asked 9/3, 2009 at 21:40

1

Solved

I'm using the standard .NET membership provider, and thought I'd see if someone could shine a light on it. Calling ValidateUser return either true or false. Now since the method accepts a username...
Malda asked 13/2, 2009 at 3:54

2

Solved

I'm creating an ASP.NET MVC site and I need to implement login and membership functionality. Is this something where I roll my own? I already have a members table in my database, should I create ...

2

Solved

using asp.net and c# membership provider how to check if the user is registered or not? I want to handle this in code not by using "login status"?
Burdett asked 1/2, 2009 at 2:44

3

Solved

I am in the process of writing an application that will need multiple forms of authentication. The application will need to support authentication to Active Directory, but be able to fail back to ...
Doublet asked 20/11, 2008 at 20:2

8

Solved

Lets say that you have websites www.xyz.com and www.abc.com. Lets say that a user goes to www.abc.com and they get authenticated through the normal ASP .NET membership provider. Then, from that ...
Scarabaeus asked 16/9, 2008 at 13:25

1

Solved

Why is there a hardcoded chunk limit (.5 meg after compression) in memcached? Has anyone recompiled theirs to up it? I know I should not be sending big chunks like that around, but these extra heav...
Yezd asked 7/8, 2008 at 21:31

© 2022 - 2024 — McMap. All rights reserved.