windows phone and local server (tomcat) -
i have running tomcat server on localhost:6060 have created webrequest windows phone, when run it, exception no exception-text unhandled. (really, no text in exception) (and there no response text also)
so guess, windows phone tries go in local ip there nothing of course.
i have tried use "localhost" , "127.0.0.1" nothing works... , didn't find solution tomcat, remarks iis.
so, how redirect windows phone using own internal ip? or can be..
you have use external (lan) ip-address of tomcat server. connecting localhost phone won't good. use ipconfig or whatever command appropriate os using find external (lan) ip address, , use instead of localhost in webrequest.
Comments
Post a Comment