Posts
All the articles I've posted.
Microsoft 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>
Published in MSDN!
Published: at 08:00 PMTwo Articles on ASP.NET 2.0 Membership Published in MSDN. (Both can be viewed at this blog)
Microsoft ASP.NET 2.0 Member/Role Management with IISPart 1: Security and Configuration Overview
Published: at 08:00 PM<p>This article is the first of two articles describing the secure use and setup of a three tier solution for managing ASP.NET Membership and Roles. This first article will focus on configuring, using, and, most importantly, securing this solution, as well as providing an overview of how it can be implemented in a typical Microsoft ASP.NET 2.0 Web solution. The <strong>Membership</strong> and <strong>Roles</strong> objects will be treated as working without delving into their internal structures. Managing Members and Roles will seem no different than managing data from a simple data source. In the second article, the internals of these controls and objects will be explained in enough detail so developers would be able to build their own using similar techniques.</p>
Roll your own ObjectDataSource Presentation, Seattle Code Camp October 23, 2005
Published: at 08:00 PM<p>Roll your own ObjectDataSource, Seattle Presentation Oct 23, 2005</p>
ASP.NET 2.0 Member/Role Management with IIS
Published: at 08:00 PM<p>With the current incarnation of Beta 2 of Microsoft’s Visual Studio 2005 (Whidbey), there is no “out of the box” solution for maintaining the membership and role databases in IIS. This is a problem when you move your application from development to a production IIS server. The utility Microsoft provides, ASP.NET Web Configuration, only works in single user development mode using the built in Casini web server. This article and its associated code, solves the problem of not being able to run on IIS by implementing a three tier solution to the member and role management while using standard ASP.NET tools. This means 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 web site project.</p>