I've written a web application using C# in Visual Studio 2005 which attempts to connect to a postgreSQL database. It worked fine from localhost but, when I tried to create a DSN to connect to the server database, it gave me the following error message:
Could not connect to the server;
No connection could be made because the target machine actively refused it.
Can anyone help with this, please?
Kasim