Please someone explain to me by example what is a virtual directory and why do we need it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
A virtual directory is a friendly name, or alias, either for a physical directory on your server hard drive that does not reside in the home directory. Taken from here |
|||||
|
|
In essence, in IIS, it's like a shortcut to another directory on your computer while seeming like it is a subdirectory of the current directory. I.E. www.example.com/bob/phil bob may be a subdirectory of the root, while phil is a directory elsewhere on the computer, not necessarily in bob |
|||
|
|