Heres my problem:
I have a configured asp website in my IIS5 in a webserver pointed to a .COM domain, and it works fine.
But I want to install a new website folder inside my primary website, so i can access it of this way:
www.myprimarywebsite.com/MySecondWebsite/
So i placed my second website folder, inside the folder of the primary web server.
Then, i went to the IIS e i added a new Virtual Directory pointing to the second website folder, wich is inde the primary folder.
The problem is i can only acess my second website by localhost (http://localhosy/mysecondwebsite/) and not trough the domain: www.myprimarywebsite.com/MySecondWebsite/
How can i do that?