ASP.NET column, "Build Printable ASP.NET Pages" by Doug Thews [Visual Studio Magazine October 2004]

************************************************************************
Readme.txt File for the VSM102004.sln project
************************************************************************

1. Unzip the file into <root_web>\VSM102004 sub-folder on your local web server
and use IIS Manager to make this virtual directory an application.

2. This project requires a SQL Server 2000 database with the Northwind sample
database installed.  Change the name of the database server in the connection
string from DOMINION (my server) to your server, or use your own specific
database connection string.  Each example module contains its own connection string.

3. Run DBCREATE.SQL against the Northwind database with administrative
priviledges in order to set up the stored procedure referenced in the code.

4. The project will build and compile with the .NET
Framework 1.1. Click Help | Online Help for operating instructions.  Open the
solution in the VS.NET 2003 IDE and compile.

5. Run the VSM102004.sln project.

Enjoy,

DAT

DougThews@ddconsult.com

