Hello, I am getting "'Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.'" this error while I am fatching data from tenant database.
9 Answer(s)
-
0
Hi @nitinrpatel,
- Is your app (AspNet Zero) throwing this error or is it an external app ?
- Could you also share the entire error message ?
Thanks,
-
0
-
0
Hi,
Could you check offered solutions on https://stackoverflow.com/questions/18603696/trouble-connecting-to-sql-server-login-failed-the-login-is-from-an-untrusted-d ?
-
0
Hello,
this link is not useful for me. PLease provide another solution.
-
0
Hi,
Could you share your connection string for the tenant database you are having this problem ?
-
0
Hello, This is my connection String for tenant, "Data Source=000.00.000.000;Initial Catalog=tenantDBName;Persist Security Info=True;User ID=00;Password=0000000000"
-
0
Hi,
This seems fine. Could it be blocked by your internal network ?
-
0
Hi, No there isn't block. I had taken look in that direction first.
-
0
Hi @nitinrpatel,
I think this problem is not related to AspNet Zero. Can you connect from that computer to tenant database using same connection string with another app ?