I have 2 hyper-v machines
- SQL 2008 Database VM
- IIS 7 VM
I have setup a private virtual network between the 2 machines.
I can browse to one machines and log into it with that machines Admin password.
What I want to be able to do is set-up some sort of trust relationship between the VM's so that I do not get prompted for an Admin password when wanting to connect.
This is because in the web.config of a asp.net I simply want to be able to simply specify a Data Source=MACHINENAME for the SQL connection string
Is this possible and how do I go about accomplishing this?