Access Database on the client machine from Web Application

0

Hello, good afternoon.

I'm developing a system that has only one code for multiple databases. The system has already implemented almost everything, but when I started to test the connection on the client machine, after I publish it is always coming the data that is at the base of the server that the system was published.

Would the system connect on a base that is on the local machine client? I'm new to these issues and has anyone gone through this?

I'm using C # and Asp Net.

    
asked by anonymous 08.01.2018 / 19:40

1 answer

0

I do not know if this is a good thing, but if there really is a database server started on each client, you can configure your application to get the IP of the client and connect the DB to that IP. I did something similar in php a while ago here in the service and it worked.

    
08.01.2018 / 19:55