I have two computers on a home network. One is a development machine, testing sites on IIS (http:// myclientsite/). My other computer (Laptop) is connected through a wireless – it can access shared folders just fine.

How do I allow Laptop to access the site (http:// myclientsite/) located on the development machine?

link|improve this question
feedback

migrated from stackoverflow.com Mar 5 '10 at 8:24

This question came from our site for professional and enthusiast programmers.

1 Answer

The easiest way is to modife your host file in C:\windows\system32\drivers\etc and add an entry that maps the IP of the vista machine to myclientsite.

link|improve this answer
that did the trick – shxo Mar 5 '10 at 3:27
feedback

Your Answer

 
or
required, but never shown