[RESOLVED] [2.0] Web Service Client
;) Hi,
I just created very simple Web Service using Visual Studio 2005 ASP.Net Web Service. I run the service and everything works great.
Than, I closed the solution and open new one as Windows Form project for writing the Client program.
I created the Web Service under ........Visual studio 2005/projects/websites/website1/Service.asmx.
I tried to Add Web Refference http://localhost/WebSite1/Service.asmx
I am getting an error:
"Unable to connect to the remote server."
"No connection could be made because the target machine actively refused it"
Should I run the Server manually before I try to Add Refference? if yes, how?
Should I configurate the IIS?
Help please..
Thanks
Re: [2.0] Web Service Client
IIS configuration problem !!!
Thanks anyway