membership-provider
How to use MembershipCreateStatus in a class
I\'m trying to use the .NET membership provider but I don\'t know how. There is my code: using System; using System.Web;[详细]
2023-02-16 19:52 分类:问答What is the recommended method for user-specific persistent variable storage in ASP.NET when using a custom membership provider?
I have an ASP.NET application that uses a custom MembershipProvider to allow users to log in and gain access to certain features. The MembershipProvider uses ASP.NET\'s built-in forms authentication t[详细]
2023-02-16 14:21 分类:问答Yetanotherforum get logged in users details
I can get the logged in username from membership system: // Get user details var user = Membership.GetUser();[详细]
2023-02-16 02:06 分类:问答auto login while testing (and assigning a particular role to a testing user)
I found this: ASP.NET forms authentication - auto login with a test account while debugging? - which would get me half the way there.[详细]
2023-02-15 07:52 分类:问答Common custom authentication for RIA, MVC and Web Service
I\'ve got 3 different clients accessing my ASP.Net service laye开发者_开发百科r. I\'m in the process of moving the Silverlight client to RIA services and I\'d like to consolidate my authentication cod[详细]
2023-02-15 01:53 分类:问答Problem using microsoft-mvc-helpers package with custom membership provider in MVC3
I\'ve created an MVC 3 web application project and used the Nuget Package Manager to install the microsoft-mvc-helpers package. In order to get that to work I had to add a reference to WebMatrix.Data[详细]
2023-02-13 10:56 分类:问答asp.net application with windows authentication and custom membership provider advice
I’ve been asked to upgrade a few applications and I’m planning on merging all of them into one asp.net application. I’m fine with this decision and have spoken with fellow workers and they also thi[详细]
2023-02-11 19:23 分类:问答ASP.NET MembershipProvider encryption/decryption
I have some questions on the MembershipProvider in .Net that I have been unable to find clear answers to.[详细]
2023-02-11 03:39 分类:问答ADAM (AD LDS) & AzMan for Membership and Roles
Well, I\'m currently developing an application that must use the local Active Directory for membership. Everything is alright with membership, since I have no domain controllers around and a virtual m[详细]
2023-02-11 03:27 分类:问答How can I use an ASP.NET MembershipProvider to carry over users' session data stored in cookies set by ColdFusion?
I\'m working on adding a new webapp to an existing website. I\'ve been directed to write the webapp in ASP.NET. The existing website is written in ColdFusion. For the most part, the ASP.NET webapp is[详细]
2023-02-10 09:24 分类:问答