.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 -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -