1-10 of 14 < Previous Next >
1 vote

Membership.GetUser Returns Nothing

Nothing I tried would allow GetUser to work after the initial signup screen. Once it was redirected as authenticated, even with the login view showing a user name, even GetUser returned nothing. ...

id# 17438 | Planned Release: None | Last Updated: Jul 20 at 3:53 AM by publicssoss
1 vote

ValidateUser in XmlMembershipProvider.cs

For PasswordFormat in Switch Case MembershipPasswordFormat.Encrypted Change the code from this: case MembershipPasswordFormat.Encrypted: passed = CompareByteArray(usr.Passw...

id# 12507 | Planned Release: None | Last Updated: Aug 30 2007 at 10:53 AM by lorenzobattaglia
3 votes

running under medium trust

profile manager throws exception when running on medium trust when getting the val.Deserialized property witch is not supported under medium trust

id# 7792 | Planned Release: None | Last Updated: Jun 25 2007 at 10:08 PM by mikeg79
1 vote

Duplicated Roles in XmlRoleProvider.CreateRole

XmlProviders.XmlRoleProvider xrp = new XmlProviders.XmlRoleProvider(); xrp.DataStorePath = "~/App_Data"; if(!xrp.RoleExists("Administradores")) xrp.CreateRole("Adiministradores");

id# 11264 | Planned Release: None | Last Updated: Jun 22 2007 at 6:36 AM by Swiftus
1 vote

Thread safe specially in profile manager

The 1.0.0.5 Thread safe fix is not completely thread safe when new instances of ProfileCollection try to save on to the same file .. try to run this as a test private void addProfile(object name...

id# 11263 | Planned Release: None | Last Updated: Jun 22 2007 at 6:34 AM by Swiftus
1 vote

Role manager in subdirectory

the most recent version of the xmlproviders roleprovider will only work if the app is the root directory of the website. Scenario 1. Apps are siblings in wwwroot (this scenario which is common to ...

id# 11056 | Planned Release: None | Last Updated: Jun 14 2007 at 7:46 AM by werD420
1 vote

XmlMembershipProvider

it is better to use for GetPassword() in XmlMembershipProvider.cs this code: public override string GetPassword(string username, string answer) { //Data.UserCollection u...

id# 10385 | Planned Release: None | Last Updated: May 18 2007 at 2:48 PM by lorenzobattaglia
1 vote
closed

How to make authorization works?

I have tried to set the authorization for role, but it didn't check for role/user, all users in different role also allow to access even i put deny role/user in web.config. <authorization> <all...

id# 7538 | Planned Release: 1.0.0.5a Production | Last Updated: Jan 29 2007 at 2:18 PM by Swiftus
1 vote
closed

Role Methods Not Working From SubDirectory

Hello, Maybe im not doing something right here but it seems that when i try and use a Method from Roles(ie Roles.IsUserInRole or User.IsInRole etc) while in a subdirectory, I get no result return...

id# 6835 | Planned Release: 1.0.0.5a Production | Last Updated: Jan 29 2007 at 2:17 PM by Swiftus
1 vote
closed

XmlMembershipProvider ChangePassword Bug?

First i have to say thank you very very match on a wonderful tool we just finished building a site that persist all data to XML files and it's nice to have also all the providers strength without ...

id# 6952 | Planned Release: 1.0.0.4 Release Candidate | Last Updated: Jan 3 2007 at 2:01 AM by Swiftus
1-10 of 14 < Previous 1 2 Next >
Updating...