.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