Hello all,
I've written a web service and hosted it in my local system using IIS. So when i connect to the webservice using http://localhost/server/service.asmx as the URL i'm getting the desired results (aka everything works like charm). But when i use http://192.168.14.56/server/service.asmx i'm not able to get any of the results.
But when i try to open the service in the browser both of the URLs are working fine. I'm using a third party component which is hosted as a web service. So i'm not able to debug it.
Any ideas?
Thank you.