By tag: Membership
0
kicks
Smart Card Authentication Module Update - added Support for Membership
This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles.
0
kicks
Asp.Net MVC Membership Starter Kit Released
Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit.
0
kicks
The Dummy Provider: Testing membership and roles
Asp.net has a wonderful system built in for handling user accounts and roles. The administration interface is encapsulated in a separate web site that can be accessed from within Visual Studio but it is difficult to integrate into the site. This often leads to building a new user administration are...
0
kicks
Membership Administration with MVC Preview 5
Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews.
0
kicks
MVC Membership with Preview 3
The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework.
0
kicks
ASP.Net MVC Membership Starter Kit alternative authentication
ASP.NET MVC implementation of an OpenID consumer and Windows Live ID Web Authentication in the ASP.NET MVC Membership Starter Kit.
0
kicks
ASP.Net MVC Membership Starter Kit
Troy Goode posted abou this yesterday. Today, there's already an update available containing some cool new stuff!
0
kicks
Understanding Single Sign-On in ASP.NET 2.0
In this article, Masoud discusses the concept of Cross Application Authentication using ASP.NET authentication model consisting of Membership Providers, web.config configuration, encryption, and decryption of configuration files. At the end of the article he also examines the application of the conc...
0
kicks
Integrating Customized Roles, Membership and Profiles in ASP.NET 2.0
How many of you knew that there was a programmatic way of creating the membership tables ?
0
kicks
Create Membership tables in another database than the standard aspnetd
Create Membership tables in another database than the standard aspnetd
0
kicks
Who Is Online Box by using the ASP.NET Membership Class
There are several ways to show who is currently online within your ASP.NET Application if you use the build in Membership Provider. I tested a few on performance and accuary which lead me to the following result ..
0
kicks
Use ASP.NET Membership and Role Providers in WCF
In this post Keyvan shows the process to use ASP.NET membership and role providers for authentication and authorization in Windows Communication Foundation applications by giving a step by step guide of service configurations to accomplish this.
0
kicks
Login Control in VS 2005
Exploring login control in vs2005
As the name implies login control provides GUI to log into a website. As we develop websites login feature is quite common functionality in each and every website. I have developed more than 10 web applications and all of them has login feature as common. So In VS...
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
Writing a Custom Membership Provider for the Login Control in ASP.NET
A solid article on how to write a membership provider for ASP.NET.