Well, I see that you are using WimME, I don't know if this supports PWS? I know it is not on the CD!

If you have a PC with Win98, then load PWS, for WinNT or Win2000, then load IIS.

If using Visual Interdev
Load a new project and assign it to localhost. This will create a virtual folder under of C:\inetpub\wwwroot on your PC.

Load all the files (add files command on project explorer right-click menu) into the root of your project. Then select the Test.asp file and in the right-click menu set it as the start page. Then use F5 to run.

No Visual Interdev
If you dont have Visual Interdev then create a folder under the C:\inetpub\wwwroot folder, call it Testsite, and coy the files in here.

Open IE and type the following in the in the command line: http://localhost.testsite.test.asp
This should then allow you to run the sample.

I hope this allows you to get started!