How to use static ip working internet in wp8 emulator? - windows-phone-8-emulator

I have no internet access on my WP8 emulator . I cannot open any website in the Internet Explorer within WP8 emulator. My problem exactly look like below link : https://superuser.com/questions/504189/no-internet-access-on-wp8-emulator-despite-working-connection-in-win8.I am using static ip in my windows 8 system

Related

How to start internet in emulator of windows?

I'm using Windows 8.1 and visual studio 2013 to develop windows phone application.
I'm also using PCL to interact with Web Service
I'm using HTTPClient to call web service method and get response in JSON format
when I try to run application on emulator or physical device , appliction is not working.
I would suggest testing the internet connection using IE and if you can browse to internet sites. If you can browse using IE, then you might want to check your application endpoint\URL is correct.
If you have problems connecting to internet from IE, then check the WiFi connection and\or data connection on device to see if it is setup correctly. For Emulator you can follow below steps troubleshoot internet connectivity issues.
https://msdn.microsoft.com/en-us/library/windows/apps/jj681694(v=vs.105).aspx#BKMK_CannotconnecttoInternetdestinations

Can't connect to IIS Express remotely from non-Windows machine

I am working on an ASP.NET application and I'd like the ability to test the application on my (Android) phone and iPad by connecting directly to my local IIS Express development server. I followed the instructions here on setting up IIS Express to allow remote connections. I am now able to view the application from another Windows machine on my local network by visiting http://my-computer-name:my-port-number/ in the browser. However, I am unable to view the application from any other platform (Android, iOS, and OS X - tested in both Chrome and Firefox); the browser silently churns away for a minute or so before giving me a generic "could not connect to my-computer-name:my-port-number" page.
What is the difference between the platforms that is disallowing me from viewing my ASP.NET application on non-Windows machines?
If your devices are on the same network, from the command prompt try ipconfig get the IP Address from your wireless and from your device try http://[IP Address]:[Port].
Like in this example:
http://192.168.2.122:5252
I am not an expert on Mac but if I recall correctly your issue may be associated with this:
http://www.wikihow.com/Add-a-Mac-to-a-Homegroup
What is the difference between the platforms that is disallowing me
from viewing my ASP.NET application on non-Windows machines?
The network to which they are connected. You seem to have mentioned that your Windows machine is connected to the same local network as the computer hosting the web application. But the other devices probably aren't. So make sure that those devices are connected to the same network.

WindowsPhone 8 Emulator has stopped my internet from working

Yesterday I installed WP8 SDK and built a simple hello world app, next time when i logged on to my laptop the internet was not working and i still cannot get it to work. In network adapter settings there is a connection to emulator and one is for my connection to wifi. It looks like wp emulator has messed with internet settings etc.
Please help.
Regards
Instead of using manual settings for wifi or you internet use DHCP.
Using DCHP works for me as windows phone emulator creates switches and change your internet settings.
I hope this will work for you.
UPDATE
Here is a tutorial How to enable DHCP in windows?

Windows phone 8 Emulator internet issue with vodafone 3g stick k3772

Internet is working on all other applications but not on windows phone emulator 8.
i tried deleting the network bridge(from network connections) and restarting the emulator to make new network bridge, it didn't work.
also i tried to manually add this "Mobile Broadband Connection" to bridge (from network connections) but its not showing the option.
i tried using virtual switch manager to make new virtual network switch for external network namely "vodafone adapter" but there also its not showing the vodafone adapter.
Could it be that vodafone doesn't allow internet sharing or something ?
Any workaround to get my usb stick internet working in my emulator would be helpful.
Thanks
And also the strange thing is internet works in emulator additional tools-location tab but won't work in any of the apps (including internet explorer and bing maps etc. )
i am using visual studio 2012 professional, sdk 8.0 , windows 8 .
and my emulator internet works fine with other network adapters.
It could be the problem with IP address.
Check out this thread. This may help you.
http://social.msdn.microsoft.com/Forums/en-US/wptools/thread/1734dac7-37a4-4d9a-bf89-42b6d493adda/#79292d03-7318-40a9-a92b-101fe0025469

how to connect to a web service from windows mobile(when running emulator)

I have as asp.net webserver that I hosted and I went to my mobile application I am building and made a web reference to it.
So it finds it and stuff and now I can access the web methods because of the wsdl generated. However when it tries to connect I get this:
Could not establish connection to network.
So do I have to enable something to make this work?
Take a look at this article. It explains how to setup your mobile device for internet connectivity.
Windows Mobile Emulator and Internet Connectivity
It's been awhile since i have had to do this. Perhaps it is as easy as Matt has suggested, I can remember having a hard time making this work with Windows Vista, Visual Studio 2005 and the Windows Mobile 5.0 Pocket PC Emulator. I've found a couple more articles, hope this helps.
HOWTO: Configure Network in Windows Mobile / PocketPC Device Emulator
Making Emulator to connect to the Network
I have used web services and rest based services via webrequests on the emulator without needing to configure the NE2000 adapters.
Change activesync or WMDC to connect using DMA (in wmdc: mobile device settings | connection settings, then set 'allow connections to one of the following' to DMA)
Then in VS2008, under tools select device emulator manager, and pick the emulator that is running, right click on it and select cradle, this should connect activesync/wmdc to the emulator and provide a network connection that is sufficient to communicate over http with web services.

Resources