I have new firebird 4 install on a new windows 2019 server, with the newest Provider
I can connect to the database with the newest FlameRobin.
I have websites and connection strings that worked on Server 2012, and Firebird 3. Also, similar connection strings work on my dev machine running Firebird 3.
Firebird.log says:
Authentication error
No matching plugins on server
I have tried various versions of this connection string in my web.config:
<add name="MainDb"
connectionString="Database=d:\db\Fb\Data\MyProj\MyProj.fdb;
user=SYSDBA;
password=mypass;
role=RDB$ADMIN;
DataSource=localhost;
Port=3050;
Pooling=true;
MinPoolSize=0;
MaxPoolSize=100;
Connection Lifetime=0;
Connection Timeout=15;" />
What am I missing?
Thanks,
Kyle