2 nopcommerce shops connecterd to the same database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,
Do you think it is possible connect two nopcommerce shops installations to the same database ? eventually disabling the executions of tasks in one of the two nopcommerce installation ?

I would like use a local copy of nopcommerce for administration and obviously keep the remote one for customers.

Thanks for any help

Tommaso
13 years ago
you can do this simply by using the same connection string in both instances

but you will find that connecting to the database from your local machine will be  A LOT slower than using the online administration.

Also, if you are saving the images to the filesystem rather than to the database, the images will have to be manually uploaded to your server.

not recommended I'm afraid :(
13 years ago
just have the same connection.

I do this all the time for testing purpose. the only problem is image but since its on your loca machine doesn't make any different, but if you upload images you can always go to online administration.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.