.net - ASMX: host in local iis but unable access by other local device -


i have created web service in .asmx in visual studio web application project. move project inetpub folder can host using local iis. when tried access using browser (localhost:portnumber/test.asmx/helloworld), able return xml.

after tried access web service device (in same network), via ipaddress:portnumber/test.asmx/helloworld

but kept on looping, , unable find it.

p/s: have tried host simple website using local iis, able access using other devices in same network.

not sure when wrong, idea?

you must allow port number in local firewall.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -