i am developing a windows application with postgres as my database.

my connecion string in my app,config file is follow....


Code:
<connectionStrings>

    <add name="MyConnection" connectionString="Driver=PostgreSQL ANSI;Server=localhost;Port=5432;Database=pacs;Uid=postgres;Pwd=postgres;" />

      </connectionStrings>

    <system.diagnostics>


i deployed my application in my server computer and is working fine.
now i want to deploy my application in my client computer also. And i need to access same database in my server through network.
i dont how to proceed. please help me...............