mails4vijayakumar
Sep 13th, 2010, 11:04 AM
i am developing a windows application with postgres as my database.
my connecion string in my app,config file is follow....
<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...............
my connecion string in my app,config file is follow....
<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...............