R
Roy79
I have a Virtual directory (call it it VDA) referenceing a .net webservice on
the same machine to "c:\myproject\wsProject\myapp"
The .webinfo file is refereing to this VDA as "http:\\localhost\VDA\..."
This set up works and is typical.
What I want to do:
I want to create another Virtual Directory (VDB) in the same machine
reference to the same .net webservice to.
However, when I change the .webinfo to reference to
"http:\\localhost\VDB\..." and then open the .sln file. I get the error that
when loading solution "web access failed" and detail messages stating it is
trying to reference VDA and is asking to retry path or use frontpage
extensions or work offline.
Basically is there a way to create a new set of virt directories with a
different name point to a directory of .net code.
the same machine to "c:\myproject\wsProject\myapp"
The .webinfo file is refereing to this VDA as "http:\\localhost\VDA\..."
This set up works and is typical.
What I want to do:
I want to create another Virtual Directory (VDB) in the same machine
reference to the same .net webservice to.
However, when I change the .webinfo to reference to
"http:\\localhost\VDB\..." and then open the .sln file. I get the error that
when loading solution "web access failed" and detail messages stating it is
trying to reference VDA and is asking to retry path or use frontpage
extensions or work offline.
Basically is there a way to create a new set of virt directories with a
different name point to a directory of .net code.