Firstly, all your .asp or htm files should be in the wwwroot folder. Now if they are in this folder then,
Type this type of code in the internet explorers address bar:


http:\\localhost\yourpage.asp
or
http:\\localhost\yourpage.asp


if your pages are in any directory in the wwwroot folder then,

http:\\localhost\yourdirectory\yourpage.asp
or
http:\\localhost\yourdirectory\yourpage.asp