I have a ColdFusion 9 Server running on a Windows Server 2003 VM (which I'll call the CF9 Guest). I also have SQL Server 2005 running on a separate Windows XP VM (which I'll call SQL Guest). I'm testing a web service that I've created and need to be able to run my local web service consumption script to go out on an HTTPS server and get data.
Right now, I have virtual adapters:
1) Bridged Connection
2) Host-Only Connection.
When I disable the Host-only adapter I can access the Internet, and when I disable the Bridged adapter I can only access my local server. I need both working at the same time so I can call this outside the web service.
Any ideas how to do this?