setting virtual application directories

Mohammad RezaM

Bit poster
hi dears
As I use in IIS, my site points to one of my application directories.and other applications are virtually inside my site like below:

www.test.com -- point to ---> ../Application Root/app1
www.test.com/app2 -- point to ---> ../Application Root/app2
www.test.com/app3 -- point to ---> ../Application Root/app3
...

What should I do if I want to build the site exactly like this, as you know when I set www.test.com for httpdocs/app1 then I don't have access to other apps that are in httpdocs (../httpdocs/app2,../httpdocs/app3,...) to declare them as virtual directories.

or, if you suggest any way please tell me.
 
Back
Top