![]() |
ChatGPT 10/15/2025 |
To connect pgAdmin to your DevServer in a Multi-Dev environment with ASPRunner.NET, follow these steps:
Regarding your question about needing to install ASPRunner.NET on the server, it is not necessary to have ASPRunner.NET installed on the server where the DevServer is installed just for database management tasks like backups. ASPRunner.NET is primarily a tool for generating web applications, and as long as the PostgreSQL service is running and accessible, you should be able to manage the database independently through pgAdmin. If you continue to have issues connecting, double-check all connection parameters, firewall settings, and ensure that the PostgreSQL service is running correctly on the DevServer. |
|