(c) 2002 Visual Studio Magazine
Fawcette Technical Publications

Issue: January 2002
Section: ASP.NET
Author: Robert Lair
Filename: vs0201an

Files
--------------------------------------------------------------
Readme.txt			: Setup Instructions
ContactManagerDBBackup.bak	: SQL Server 2000 Backup File
VSNETProject.zip		: Zip file containing VS.NET 
				  Project Files
--------------------------------------------------------------

Requirements
--------------------------------------------------------------
Windows 2000 or Windows XP (Server or Workstation)
Visual Studio .NET Beta 2 (Enterprise or Professional)
SQL Server 2000
--------------------------------------------------------------

Setup Instructions
--------------------------------------------------------------
1. Create a new database called "ContactManager"
2. Restore the backup of the database using the file
   ContactManagerDBBackup.bak
3. Unzip VSNETProject.zip to C:\Inetpub\wwwroot\
4. Create a new Virtual Directory in IIS named ContactManager 
   and point it to the folder you unzipped the files to.
5. Open the .vbproj in Visual Studio.NET
6. Either modify the sa account pwd settings for all the 
connections to the database in contacts.vb and web.config, or 
set your sa password to nothing temporarily while you run the app.
7. Build project
8. Run or View the project

