Posts
All the articles I've posted.
AJAX Meets ASP.NET 2.0 Membership Management For IIS
Published: at 08:00 PMThis article extends one of the web pages developed in Part II of this series using Microsoft's implementation of AJAX called Atlas. You can view a live demonstration of the technology developed in this article at the URL <a href="http://livedemos.peterkellner.net/AJAXDemo">http://livedemos.peterkellner.net/AJAXDemo</a>.
Read moreMembership Management Newly Styled GridView
Published: at 08:00 PMMikhail Lukyanau has been kind enough to provide a redesigned version of the membership.aspx page
Read moreUsing Membeship ObjectDataSource For Returning ProviderUserKey (ForeignKey Use)
Published: at 08:00 PM<p>This article gives an example of how to modify the Object DataSource in the previous article (<a href="https://peterkellner.net/archives/2006/01/09/24/">Microsoft ASP.NET 2.0 Member/Role Management with IIS<br /> Part 1: Security and Configuration Overview </a> ) to return a ProviderUserKey which can then be used as a foreign key into the developer's own data tables. </p><p></p>
Read moreMicrosoft ASP.NET 2.0 Member/Role Management with IISPart 2: Implementation
Published: at 08:00 PM<p>With the release of Microsoft Visual Studio 2005, there is no "out of the box" solution for maintaining the Membership and Role databases in Microsoft IIS. This is a problem when you move your application from development to a production IIS server. The utility that Microsoft provides, ASP.NET Web Configuration, can be run only in a development, non-production environment. This article and its associated code solve this by implementing a three-tier solution to Member and Role management while using standard Microsoft ASP.NET tools. This means that it will run in any ASP.NET 2.0 environment, including IIS. The solution is flexible and very easy to add to any existing ASP.NET 2.0 website project.</p>
Read morePublished in MSDN!
Published: at 08:00 PMTwo Articles on ASP.NET 2.0 Membership Published in MSDN. (Both can be viewed at this blog)
Read more