문제

I have created an ASP.NET application on my local machine. In order to test this application in IE 6, I have created a VPC. I am trying to connect to this web application through the VPC. However, I cannot connect to it. I can however connect to the internet.

What am I doing wrong?

도움이 되었습니까?

해결책

Can you ping from the virtual PC? If not, you have network configuration issues.

Otherwise, check firewalls, and make sure that port 80 is open and sending traffic to IIS.

다른 팁

there are many possibilities. first I'd consider would be any firewall rules on the ASP.NET side preventing incoming HTTP connections.

What is the URL you are using to go to your site? If you are using localhost, you will need to change that to the actual IP address of your development machine, as localhost on the Virtual PC image will be a different IP address than localhost on the development machine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top