Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error Message "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication."
Posted

1 solution

Exactly why you get this error most likely depends on what your code is doing at the time: there are a huge number of different specific ways that you can cause this problem, though they are all related to accessing a different computer with the wrong authorisation type.

When you get an error that you don't understand, google it: Google: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication[^] If you have a look, there are a number of situations described with solutions to each. Find the problem which fits your exact situation, and try following a couple of links.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900