Webservice Problem
I had deployed my Webservice on our Intranet, but i am not able to invoke webmethods in my Webservice from other computers connected in Intranet, I am able to access Webservice only on the computer on which I created Webservice.
So please tell me the way to access it from all other computers connected in our Intranet.
Should I make any change in this line of WebServices
[WebService(Namespace = "http://192.192.7.171/webserviceeg")]
LisaPosted Feb 17, 2009, 6:10 AM
it should be a network problem nothing more than that
try pinging the system from the other systems where it doesnt work and check out the port numbers and also is your browser allowing to by pass the local address.
Thanks,
Lisa
nvraman19Posted Oct 25, 2008, 12:06 PM
If you are accessing through IE, check whether the IP address mentioned is by-passed in the connection settings.
I am not sure about the exact error message that has been received. Is it the Authentication failure, connection failure or authorization failure? Please elaborate.
If it is authentication failure, check the account through which that you are accessing the webservice and include the requisite permissions in the IIS (Webserver). If it is Authorization failure, give the requisite permissions to the page that you are accessing. If it connection failure, check whether you can ping to that system.