hi principessa
actually the Q. was
---
each time i try to open an .asp file it asks me whether i want to open it from its current location or save it to disk..
see?
---

save your asp pages in a new folder (asppage) (you can name it whatever).
right click the folder
click sharing
and share this folder as (asppage) (you can name it whatever.)
and also click on execute.

now open your browser and enter the url

http://127.0.0.1/asppage/myfirstpage.asp



or you can also save your asp pages at c:\inetpub\wwwroot

when u save ur asp pages at wwwroot folder
then you can access ur pages like
http://127.0.0.1/myfirstpage.asp

u don't need to share wwwroot (it is shared by default)