I have created a web service by using MS Visual Web Deveoper 2010 Express and i can access it in my computer that hosts this web service by using IE (http://localhost:49953/CustomerProfile.asmx) and dev 2010 (add reference in another program).
However, i cannot access it in another computer which in the same network (both telnet and IE).
Do you have any ideas on this?
Computer A- ip - 192.168.1.100- this one hosts the web service
Computer B- ip - 192.168.1.101
In comp A, i can telnet the service by "telnet localhost 49953" but CANNOT by using "telnet 192.168.1.100 49953"
In comp B, CANNOT by using "telnet 192.168.1.100 49953" or IE
In addition, there is no any firewall setting bewteen two machines.
Do you guys have any ideas on this? i spent a day on it but no luck. :(
kjackie2002
0 Points
2 Posts
Cannot connect to my web service
May 14, 2012 01:41 AM|LINK
Hello all,
I have created a web service by using MS Visual Web Deveoper 2010 Express and i can access it in my computer that hosts this web service by using IE (http://localhost:49953/CustomerProfile.asmx) and dev 2010 (add reference in another program). However, i cannot access it in another computer which in the same network (both telnet and IE).
Do you have any ideas on this?
Computer A- ip - 192.168.1.100- this one hosts the web service
Computer B- ip - 192.168.1.101
In comp A, i can telnet the service by "telnet localhost 49953" but CANNOT by using "telnet 192.168.1.100 49953"
In comp B, CANNOT by using "telnet 192.168.1.100 49953" or IE
In addition, there is no any firewall setting bewteen two machines.
Do you guys have any ideas on this? i spent a day on it but no luck. :(
Jackie