0

I have made an Excel VSTO Application(WPF) which call a WCF working with IIS and SQL server 2008 all installed on my PC. The AB look like this :

address="http://localhost:3359/VdmService.svc" binding="wsDualHttpBinding"

I'm now want to build a LAN Environment so that another Excel VSTO Application installed on the other Virtual Machines can communicate with this Webservice.

  1. Is that a good idea? the way i want to proceede?

  2. If yes, Which virtualization software should i used? of course whose can feed my needs

3logy
  • 2,634
  • 8
  • 46
  • 99

1 Answers1

0

Ok! blame on me! i found it out :

here : Addressing localhost from a virtualbox virtual machine

for my example i just change the link to : http://10.0.2.2:3359/VdmService.svc

I can access it through a browser on my Virtual Win7(VirtualBox).

Cheers

Community
  • 1
  • 1
3logy
  • 2,634
  • 8
  • 46
  • 99