Tuesday, March 10, 2009

Starting the new MS Website

Site Setup Process

Microsoft Management Console
  1. Start local IIS
  2. Start local SQL Server

Visual Studio 2008
  1. Create new ASP.NET site of type .NET Web Application
  2. Install Forms Authentication Framework to establish user accounts
Visual Studio
MasterPage
  1. Sitemap
    1. Add provision for Web.sitemap
    2. Create Web.sitemap
    3. Add siteMap entry to web.config
  2. User Authentication
    1. Install Forms Authentication schema to application
    2. Customize FormsAuthentication class for user accounts

No comments: