By tag: MembershipProvider
0
kicks
Use Non-default Membership Provider for WCF Authentication Service
This topic shows how to programmatically select the membership provider when you call the ASP.NET authentication service by using Windows Communication Foundation (WCF). You can use a non-default membership provider when you have to authenticate users by using different membership providers, based o...
0
kicks
XML membership provider for ASP.NET 2.0
The XmlMembershipProvider let's you take advantage of the built in mechanisms for authentication in ASP.NET 2.0 only by adding a class to the App_Code folder and an XML file to the App_Data. No code required. This will save you many hours of work.
0
kicks
Things you must do for ASP.NET 2.0 Membership Provider before going li
Omar presents three simple tips for increasing the perfirmance of the Profile Provider in an ASP.NET application.