Hi
We are creating an 8.1 Web development environment by cloning the production web host VM and assiging a new IP address to the new VM. So far this has worked, I created the datalinks to point to the dev db and the LAN client, that is on the dev server, conects to the dev db without issue.
Is there anything I need to change in the WebHost to make sure it also points to the dev db? Do I need to run a full build of the website on the dev server and deploy it?
Out of curiosity I logged into the web client using the url of the dev server, but the db that came up was the production db. I then stopped IIS on the dev server and the dev website wouldn't load, which was as I expected, so it looks like somewhere the dev Web host is connecting to the live db.
Thank you for any help you can provide
Ian |