Sitefinity / Telerik.Sitefinity.Samples.Quantum

Other
32 stars 41 forks source link

Remote database with error 'Incorrect credentials' on connect #49

Closed hoanq1811 closed 3 years ago

hoanq1811 commented 3 years ago

Hi, I have a problem related to a remote database connection from a local source I have built it successfully but when I go to ~/Sitefinity to log in it is giving the error: Incorrect credentials even though the account is correct because I can log in to it on the domain name on the server. I don't understand what's wrong with it.

image image

DB connection: connectionString="data source=;UID=;PWD=;initial catalog=" name="Sitefinity"

Thanks

gg3orgiev commented 3 years ago

Hi @hoanq1811,

I have tested the described setup on my end and unfortunately I couldn't reproduce the issue.

Could you turn on the authentication logging as described in this article: https://www.progress.com/documentation/sitefinity-cms/turn-on-authentication-logging . After that could you please try to login again so logs can be generated , archive the whole folder from _AppData\Sitefinity\Logs and attach the archive so I can review the logs?

Can you also confirm if you are able to login with the default admin user (u: admin@test.test, p: admin@2) from the localhost domain?

Regards, Georgi