Hi everybody - hope we are all enjoying the Christmas countdown..?
I am testing a client application written in C# / ASP.Net that subscribes to a web service.
When I invoke one of the web methods from the client, I receive the following error message:
"No connection could be made because the target machine actively refused it..."
This is then followed by an IP address and Port number combination.
If I run this in Visual Studio then all works okay.
Any ideas as to what I may be doing wrong please?
I have published both the client and web services and placed in their own respective virtual directories in IIS.
Thank you.
Mark :)
I am testing a client application written in C# / ASP.Net that subscribes to a web service.
When I invoke one of the web methods from the client, I receive the following error message:
"No connection could be made because the target machine actively refused it..."
This is then followed by an IP address and Port number combination.
If I run this in Visual Studio then all works okay.
Any ideas as to what I may be doing wrong please?
I have published both the client and web services and placed in their own respective virtual directories in IIS.
Thank you.
Mark :)
Comment