I am running IIS and SQL Server 2008 Express on my Windows 7 host, and I'd like to be able to connect to them in XP Mode. My host machine is not a part of a domain, only a workgroup.
So far, I've tried these instructions on connecting to SQL Server, but I'm not able to telnet to port 1433 on the host from XP Mode. I'm also not able to connect using a SQL client.
I'm not able to connect to IIS on the host from XP Mode.
Advice from those who have had success doing this would be appreciated.
Thanks,
Jon.
Update: I'm wondering if this is a simple permissions issue. I'm on a workgroup, not a domain, so I can't test/fix this simply by granting permissions in SQL Server and IIS to a domain user.
This turned out to be a permissions issue. Since I am not on a domain, I was trying to connect to the host machine from the virtual machine using a local account on the virtual machine.
To fix the problem, I modified the
The steps I used are as follows:
I also had to open the Windows firewall to HTTP requests to be able to access IIS.
Following this procedure, I can now access SQL Server and IIS from the XP Mode virtual machine.
The end of those instructions talk about Firewalls... Did you check your firewall on the host? If it is on turn it off just to test if that's the issue. Then if it is the issue open the necessary ports. If that is not it think about if any other firewalls are between your host and client.
Hope its as simple as that. Let us know.