"Enhance SQL Server Security" by Walter Myers III and David Byres
[Visual Studio Magazine, May 2002]

These samples are designed to run on the Windows NT/2000 platforms, either Professional or Server versions.

In order to setup the Web application, you will need to have IIS installed:

1) Create a folder on your file system
2) Copy all of the files in the folder
3) Set this folder up for Web Sharing, or create a virtual directory in IIS and point to this folder
4) Setup the directory security for Basic Authentication for this virtual directory.

In order to setup the SQL Server database:

1) Launch the Query Analyzer
2) Load the SecureDB.sql script from the folder created previously
3) Execute the script (please verify first that your login has the appropriate credentials to create a database)
4) Verify the SecureDB database has been created
