Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
My latest ASP Alliance article has been published, titled Getting Started with the Club Site Starter Kit:
Since the release of ASP.NET 2.0, several starter kits have been released as examples of programming practices. These kits are also good starting points for actual websites and can be valuable to novice webmasters. This article will demonstrate how to download and install the Club Site Starter Kit, configure a different database to prepare for a production site and change the appearance by modifying the master page.
There is one correction to the article--Listing 4 is incorrect. The MasterPage filename in Figure 20 should be "caddyshack.master", and Listing 4 should then read:
<%@ Page Language="VB" MasterPageFile="~/caddyshack.master" Title="Untitled Page" %>
Find the full article at http://aspalliance.com/839.
Remember Me