Inserting data in my sqlserver 2008 using monoandroid in Visual Studio 2010
i made it work by hosting my webservice in network access instead of 127.0.0.1.and it WORKS!!!....But if i host my webservice in my local ip(127.0.0.1) its not working..
some time its shows error like-Unhandled Exception:
System.Net.WebException: OR Unhandled Exception: System.Net.WebException: Error: ConnectFailure (Connection refused)
SO have ONE BIG DOUBT..HOW to make our remote host(127.0.0.1) reachable from android device..and In case if FIREWALL is BLOCKING. what have to enable/disable in FIREWALL SO THAT IT WORKS???.JUST to REMIND that webservice hosted in network ip is working(in that case FIREWALL is working!)...PLZ HELP!