My first post. I don't know a whole lot about umbraco. A supplier has delivered a website driven by umbraco.
It's live and running on our live server. But we also have an in-house test version on a test server where we can test out new things etc. The only issue is that when we publish on the test instance, it publishes to the live server. I assume there is a global setting that I need to change, but I dont know where it is.
We're using the following version of Umbraco: Umbraco v6.1.6 (Assembly version: 1.0.5021.24867)
It sounds to me that you have both instances of Umbraco pointing to the same database. Check your connection in web.config and make sure they are different.
Thanks for the pointer Dan, you are absolutley correct, both Connection Strings have the same db credentials. I should be able to resolve that once I find where the test db lives.
Publishing to wrong site
My first post. I don't know a whole lot about umbraco. A supplier has delivered a website driven by umbraco.
It's live and running on our live server. But we also have an in-house test version on a test server where we can test out new things etc. The only issue is that when we publish on the test instance, it publishes to the live server. I assume there is a global setting that I need to change, but I dont know where it is.
We're using the following version of Umbraco: Umbraco v6.1.6 (Assembly version: 1.0.5021.24867)
Thanks
Hi Uncle Zen,
It sounds to me that you have both instances of Umbraco pointing to the same database. Check your connection in web.config and make sure they are different.
Thanks, Dan.
Thanks for the pointer Dan, you are absolutley correct, both Connection Strings have the same db credentials. I should be able to resolve that once I find where the test db lives.
is working on a reply...