Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
1k views

Is there a way to replace 127.0.0.1 on my local machine for test purposes?

I know it may sound stupid but anyway. Maybe there is a trick? I just want that the local web server receives requests from my local machine but somehow sees a different IP address? Even one single ...
0
votes
0answers
86 views

can't download the video from my wowza media server to my android virtual device

i'm trying to setup a video on demande streaming server for an android app, here is the code i'm using to read the video: final Button button = (Button) findViewById(R.id.button1); ...
0
votes
1answer
3k views

Virtual PC (XPMode) - Setting up Loopback Adapter for guest to talk to host

I have Windows XP running inside Windows 7 via Virtual PC (XPMode). Now I want the IE6 browser inside the virtual XP guest instance to be able to talk to the IIS webserver running in the host OS ...