Hi,
I'm trying to call a web service from a console application, while this works in the development enviornment. When I run the console application from a different box, it fails with error saying the remote system actively refused connection.
The webservice is part of a web application, and uses Integerated Windows Authentication. I tried setting the credentials to Default Credentials, Default Network Credentials, none of these solved the issue.
I'm totally struck with this, any pointers on how to proceed?
Thanks
KK