Hi there,
I have created a Web Service using ASP.Net and its working fine. Now i need to Host this service on IIS, to get accessed in my Local Network.
I tried to host the Service in IIS and when i tried to Browse the Site from IIS its working fine but when i am trying to Consume the service from other application its giving me Error.
"Service Not Found".
Service URl = http://localhost:8006/MySqlService.asmx?WSDL
Can you please suggest me how to host a web service, so that it can be accessed from all the PC's in my network.
Thanks
Regards