0
Hello, good afternoon.
I’m developing a system that has only one code for several databases. The system already implemented almost all, but when I started to test the connection on the client machine, after I publish, it is always coming the data that are in the base of the server that the system was published.
Could the system connect on a base that is on the client local machine? I am new in these matters and has anyone gone through it?
I’m using C# and Asp Net.
Edit Webconfig, change the Connectionstring and point to the local database.
– Reginaldo Rigo
But that way, after I publish it will fetch on the client machine?
– leandro Jackson
I have two Webconfig. One site and one remote. When I publish I do not overwrite Webconfig.
– Reginaldo Rigo