creating multiple virtual directories
Hi all
I have a web site developed in VS 2005
i can run the application by www.mycompany.com/application where application is my application
Now my question is
is it possible to get my application by
www.mycompany.com/application1
www.mycompany.com/application2
www.mycompany.com/application3
when clicks the above urls my application has to open
if possible pls guid me how to do this
Thanks a lot
Re: creating multiple virtual directories
open IIS And create VirtualDirectories named
application1
application2
application3
point them all to the "application" directory
hth,
mcm