Click here to Skip to main content
15,922,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I created a web service and hosted that in IIS as a application. Calling the WCF function in wsHttpBinding. When I try to run it in another system at network the URL as http://[system ip]/Webservices/Service.svc. Its throwing a error as "Unable to step into {system ip] server automatically. The user name and password wrong. Please help me on it.
Posted

1 solution

It seems to be simple, really. The account you're running on your machine doesn't have the appropriate permissions on the remote machine to do debugging. You account may not be trusted by the remote server at all.

Start by reading these[^].
 
Share this answer
 
v2
Comments
ssyuvaraja 14-Nov-13 23:44pm    
Its not debugging. I run the WCF at local system and checked it. Now I published the WCF and hosted it in the server system. That time only I am getting this error.
Dave Kreskowiak 15-Nov-13 7:50am    
In either case, it's telling you what the problem is. There is an account that is trying to access a resource that it doesn't have permissions to.

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