Hello dear friends.
I have an issue trying to connect Blazor Server using Dapper to Postgresql. So, I have the current connection string:
"Server=localhost; Port=5432; Database=Blazor_Users;User Id=postgres; Password=dom.1**;" (have tried with "Server=127.0.0.1")
but have the next error message on Chrome: Error: System.ArgumentException: Keyword not supported: 'port'.
So, I have tried with all of the connections asociated to Npgsql on here: https://www.connectionstrings.com/postgresql/
Thank you in advance, [MySQL][ODBC 3.51 Driver] Lost Connection to MySQL Server during query: I Used this Code and receiving the above error. The PhPMyAdmin is fully accessable from remote computer while browsing the ip address "192.168.1.160":