Abhilash J A

Abhilash J A

  • NA
  • 2.4k
  • 583.1k

Advice - Windows Application Connectionstring Setting WPF

Jan 19 2017 9:20 PM
Hello everyone,
 
I have created 2 .exe wpf windows application. One is for client machine and 2nd oen is Admin machine. And the machines should under common network. Then, I am planing to populate, a ask window for adding client's IP address after installation client .exe on client machine only. Then add their ip to the sqlliteconnectionstring by using SQLiteConnectionStringBuilder class. Is this approach good or bag? Example,
 
"\\192.168.1.100\Model\test.s3db;"  
 
By using this technique, is this become any problem with respect to the necessary permissions to read/write in order to give access to the other machine and at the same time protect file ? 
 
Please clarify me...
 
Thanks,
Abhilash.J.A 

Answers (5)