Sunday, March 30, 2008

Install the Beer House asp.net project

  1. Download and install Visual Studio's Web Deployment Projects
  2. if use SQL Server 2005 express version, then skip to step 5
  3. Copy ASPNETDB.MDF & ASPNETDB_log.ldf to what ever you like and attach this database in Sql Server 2005
  4. open web.config file and change ConnectionStrings setting
  5. In Visual Studio 2005, public the web site and remember the Target Location setting.
  6. In IIS, create application (instead of Virtual Directory), specify whatever alias you like, use the Target location in step 5 as physical path here
  7. Completed.

No comments: