简体   繁体   English

从android移动浏览器访问IIS部署的网站

[英]acesses IIS deployed website from android mobile browser

I make a app which get data from local server through Web Service ( developed in asp.net 4.0 ) . 我制作了一个应用程序,该应用程序通过Web Service(在asp.net 4.0中开发)从本地服务器获取数据。 The application works fine on emulator ( get and send data properly) but when i use app on mobile which is on same network . 该应用程序可以在模拟器上正常工作(正确获取和发送数据),但是当我在同一网络上的移动设备上使用该应用程序时。 then error comes . 然后错误来了。 And i also try to open website through mobile browser it also not working . 而且我还尝试通过移动浏览器打开网站,这也无法正常工作。 where is he problems ? 他哪里出问题了? is there some setting which should be done to acsses the webservice through mobile ? 通过移动访问网络服务是否应该做一些设置?

I find answer . 我找到答案。 The problem is that : the 80 port is not opened in firewall. 问题是:防火墙未打开80端口。 I open that port and it works fine . 我打开那个端口,它工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM