I have configred a virtual directory which points to a
root folder of multiple web sites.
Eg, Physical Paths
/Root (Virtual Dir /vdir points here)
/Root/web1.com (www.web1.com)
/Root/web2.com (www.web2.com)
When I use the url www.web1.com/vdir/web2.com/index.asp I
received the error "The system cannot find the file
specified."
I assume this is because IIS is dealing with 'web2.com' in
the URL and trying to execute it? Is there a workaround or
permission setting for this?