Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello.

Two months ago I started to develop an application using c# and PostgreSQL as database sever, everything works just fine, but now the client wants to use the application worlwide, currently the database is in local area network... so it is possible to install postgreSQL in a web server and then connect to it from my desktop application???, if not, what can I do to solve this problem????...

Regards
Gabriel
Posted
Updated 29-Aug-13 9:46am
v2
Comments
Boipelo 30-Aug-13 0:37am    
I have update the solution, new solution. Solution 1.

Edited: Updated - New Solution

I misunderstood your question earlier but the *note still stands – solution has been updated.
*Note; I am not familiar with postgresql
**Note: I did some research after the guilt of not understanding your question and answering what was not asked.

There is lot of reading that you will have to do.
Yes it’s possible to install it on the web server, follow link below on how to install, configure and connection string to us. Good luck.

1. Install PostgreSQL[^]
2. Configure PostgreSQL[^]
3. connectionstrings[^]
 
Share this answer
 
v3
Hello Boipelo, thanks for your answer

But I not looking to convert my desktop app into a web app, I just want to know if is possible to install postgreSQL in the web, I've been reading through google and I came up with a solution, not necessary with postgresql but still is close enough, this is using microsoft azure database service as online database and given the chance to keep my app , I just had to change the
connection string.

I appreciate your help

Regards
Gabriel
 
Share this answer
 
Comments
BillWoodruff 29-Aug-13 22:28pm    
Please respond to answers to your question by using the comment button just underneath the answer, not by posting your response as an answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900