(c) 2002 Visual Studio Magazine
Fawcette Technical Publications

Issue: August 2002
Section: Secure Your Web Apps
Author: Timothy M. Chester
Filename: vs0208tc

You can find Listing 1 in the listing.txt file.

Here's the sample code for this application.  Here's some information on
how to get this code to run on your own web server.

Requirements:   Internet Information Server 5.0
		Microsoft.NET Framework SDK

1.  Save the contents of the zip file to your hard drive.

2.  Right click on the 'code' folder.  Goto -> Properties -> Web Sharing -> click 'Share This Folder'.

3.  Use the alias 'code'; use read access permissions; and Scripts access permissions.

4.  Right click on the 'users' folder.  Goto -> Properties -> Security.

5.  Give 'Everyone' full control over the folder.  Do this by clicking 'Add' and selecting
the group 'Everyone'.

The code should then run appropriately.  Test this by browsing to http://localhost/code in the browser of your choice.

Please email me at software@einternet-studios.com if you have any trouble getting this
sample code to run properly.

     