membership-provider
asp.net membership provider get UserName by UserId
I have seen a lot of question asking about known user name and how to retrieve U开发者_如何学JAVAserId accordingly. How about the other way around?[详细]
2023-02-04 08:50 分类:问答How to log off multiple MembershipUsers that are not the current user?
I\'m using the MembershipProvider that is part of the MVC2 default project. I\'d like to be able to take a list of user names, and log the users off, and destroy their session if needed.The c开发者_J[详细]
2023-02-02 05:32 分类:问答.net Membership provider programmatically create application
I see the stored procedure \"aspnet_Applications_CreateApplications\" What C# method would allow me to run 开发者_如何学Pythonthis programmatically?The procedure aspnet_Applications_CreateApplications[详细]
2023-02-01 11:02 分类:问答Execute multiple queries then union them with LINQ?
I\'m trying to build a drop down list that holds available options (i.e. a page category that a user can create a page for) for the logge开发者_运维技巧d in user, however, these are based on user role[详细]
2023-02-01 06:05 分类:问答.Net SQL Membership Provider custom provider property
<profile> <providers> &l开发者_开发问答t;clear/> <add name=\"AspNetSqlProfileProvider\" type=\"System.Web.Profile.SqlProfileProvider\" connectionStringName=\"ApplicationServices\" ap[详细]
2023-01-31 11:38 分类:问答Concurrent updates in ADAM/AzMan throwing a strange error
We have a custom membership provider that uses a WCF service and ADAM/AzMan.We have been seeing a lot of errors lately which seems to correspond to more heavy use of our web aplication.[详细]
2023-01-30 15:29 分类:问答Directly connecting to working default AspNetSqlProvider Database in App_Data? It's not visible
Working on a project for myself doing OpenID integration with a simple MVC3 RC2 webapp. I\'m using AspNetSqlProvider as the provider, and asp.net configuration can see / modify the database (add user[详细]
2023-01-29 22:07 分类:问答Is it possible using the Microsoft Role provider to "temporarily" add a user to a role at runtime?
I am implementing a custom Membership Provider and a custom Role Provider.It is working fine.I have a custom database that has all of my users and all of the roles and most of the associations between[详细]
2023-01-28 13:14 分类:问答ASP.NET Custom membership issue with get custom membership user -No parameterless constructor defined for this object
Error throws when custom membership user object create.Details error message is as below. Error: System.Configuration.ConfigurationErrorsException was caught[详细]
2023-01-27 14:23 分类:问答Integrate multiple ASP.Net websites
I want to create a new website. The website has 3 applications, each one has its own membership/profile provider.[详细]
2023-01-26 19:10 分类:问答