Firstly you need to have IIS installed. This will create a directory on
your c:\ drive (assuming you have installed it to c:) called
C:\Inetpub. In this folder there is a directory wwwroot.
In this folder you must create other folders for each web app that your
are going to make. So your web directory could be
C:\Inetpub\wwwroot\firstwebapp.
In firstwebapp you put all your asp, html etc files. I suggest you also
use folders with in this folder to sort the file logically.
Once you have created your files, open your browser and enter the
following to view your app
http://localhost/firstwebapp/firstpage.asp
I think that that is a pretty good start. It is actually really easy
and most problems can be solved just by looking on the net for help