Accessing Localhost from Hyper-V VMNeed to install Pro SKU version of Visual Studio 2012Hyper-V Won't Enable...
Can you identify this lizard-like creature I observed in the UK?
Can I say "fingers" when referring to toes?
Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?
How to test the sharpness of a knife?
Quoting Keynes in a lecture
Grepping string, but include all non-blank lines following each grep match
Language involving irrational number is not a CFL
Personal or impersonal in a technical resume
Pre-Employment Background Check With Consent For Future Checks
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Is there a reason to prefer HFS+ over APFS for disk images in High Sierra and/or Mojave?
How would you translate "more" for use as an interface button?
How to leave product feedback on macOS?
Alignment of six matrices
Why does a 97 / 92 key piano exist by Bösendorfer?
"Oh no!" in Latin
Is there anyway, I can have two passwords for my wi-fi
What does "tick" mean in this sentence?
Given this phrasing in the lease, when should I pay my rent?
Why does the Persian emissary display a string of crowned skulls?
Showing mass murder in a kid's book
Overlapping circles covering polygon
Sound waves in different octaves
How much do grades matter for a future academia position?
Accessing Localhost from Hyper-V VM
Need to install Pro SKU version of Visual Studio 2012Hyper-V Won't Enable in Windows 8Enabling Hyper-V in BIOS causes Windows to stuckShow Aptana Studio website/code preview in Virtual Machine's browserHyper-V virtual external switch disables my internet connectionNo VGA and sound driver installed in XP guest machine in Hyper-v virtualization?Hyper-V Ubuntu can't connect to internet via external network adapter if it also has an internal network adapterDetect when a drive is plugged into a Hyper-V host and automatically attach it to a VM as a pass-through diskEnabling Hyper-V on Windows 10 not working, error 14081, HP Compaq Elite 8300Can't enable Hyper-V on Windows 10 Education
I currently have a PC running Visual Studio/IIS Express and I need to do some IE8 testing, which requires me to run a Hyper-V VM.
When I go into the Hyper-V VM, I can't seem to go to reach http://localhost:portnumber
.
I guess I need to set up hosts for localhost, but I also can't seem to reach the IP address of the main PC either.
Can someone suggest some steps to follow to solve this? Thanks.
windows-8 virtual-machine hyper-v
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I currently have a PC running Visual Studio/IIS Express and I need to do some IE8 testing, which requires me to run a Hyper-V VM.
When I go into the Hyper-V VM, I can't seem to go to reach http://localhost:portnumber
.
I guess I need to set up hosts for localhost, but I also can't seem to reach the IP address of the main PC either.
Can someone suggest some steps to follow to solve this? Thanks.
windows-8 virtual-machine hyper-v
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I currently have a PC running Visual Studio/IIS Express and I need to do some IE8 testing, which requires me to run a Hyper-V VM.
When I go into the Hyper-V VM, I can't seem to go to reach http://localhost:portnumber
.
I guess I need to set up hosts for localhost, but I also can't seem to reach the IP address of the main PC either.
Can someone suggest some steps to follow to solve this? Thanks.
windows-8 virtual-machine hyper-v
I currently have a PC running Visual Studio/IIS Express and I need to do some IE8 testing, which requires me to run a Hyper-V VM.
When I go into the Hyper-V VM, I can't seem to go to reach http://localhost:portnumber
.
I guess I need to set up hosts for localhost, but I also can't seem to reach the IP address of the main PC either.
Can someone suggest some steps to follow to solve this? Thanks.
windows-8 virtual-machine hyper-v
windows-8 virtual-machine hyper-v
asked May 15 '14 at 7:36
Tim AlmondTim Almond
1395
1395
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
To access the host from the virtual machine you need to setup the virtual machine to use the correct network settings as well as updating the settings of you host system.
You can find a guide of how this might be done here:
Debugging IIS Express website from a HyperV Virtual Machine
The guide describes the necessary steps. Hope it helps.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f753694%2faccessing-localhost-from-hyper-v-vm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To access the host from the virtual machine you need to setup the virtual machine to use the correct network settings as well as updating the settings of you host system.
You can find a guide of how this might be done here:
Debugging IIS Express website from a HyperV Virtual Machine
The guide describes the necessary steps. Hope it helps.
add a comment |
To access the host from the virtual machine you need to setup the virtual machine to use the correct network settings as well as updating the settings of you host system.
You can find a guide of how this might be done here:
Debugging IIS Express website from a HyperV Virtual Machine
The guide describes the necessary steps. Hope it helps.
add a comment |
To access the host from the virtual machine you need to setup the virtual machine to use the correct network settings as well as updating the settings of you host system.
You can find a guide of how this might be done here:
Debugging IIS Express website from a HyperV Virtual Machine
The guide describes the necessary steps. Hope it helps.
To access the host from the virtual machine you need to setup the virtual machine to use the correct network settings as well as updating the settings of you host system.
You can find a guide of how this might be done here:
Debugging IIS Express website from a HyperV Virtual Machine
The guide describes the necessary steps. Hope it helps.
answered Jan 4 '16 at 10:51
Jesper WilfingJesper Wilfing
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f753694%2faccessing-localhost-from-hyper-v-vm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown