How can i distinguish between two web services both placed in their own Web Site, but with the same virtual directory and Web Service .asmx file name?
I have two web sites in IIS. Both got a virtual directory with the same name, and a web service (.asmx-file) with the same name.
My problem is that when i try to create a receive location for each Web Service in BizTalk Server 2006 Administration Console, I get the following error:
Address should be unique for Receive Location ”. Adress ” is already present for Receive Location.
The issue seems to be that their Virtual directory plus Web Service .asmx file in the SOAP Transport Properties is the same.