Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



I have WCF(.svc) service and for calling WCF method i have created windows application. In windows appl i have added reference and call WCF method. It calling perfectly when method do not have database interaction but when method does have database interaction then it gives me below error-

"Login Failed.The login is from an untrusted domain and cannot be used with windows authentication."

This method call database connection because method contain stored Procedure.

Please suggest if anybody have such experienced!!!!!
Posted
Comments
ZurdoDev 25-Feb-13 10:01am    
We need more details but it sounds like your WCF service cannot connect to the database you are trying to connect to. Is that right?
Richard C Bishop 25-Feb-13 12:34pm    
Post your code please.

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