tags:

views:

98

answers:

1

Hi,

I want to setup local domains like sub1.mydomain.dev and www.mydomain.dev on my local IIS on Windows 7 to test cross-domain things (asp.net app)... is there anyway to do that ?

+1  A: 

This should not be done in IIS, but in the DNS server.

You can spoof this by updating your hosts file and add entries for the additional domain names, pointing them to the same server.

Oded
do i have to install a DNS server on Windows 7 ?
FearUs
Windows 7 does not come with its own DNS server.
Oded
thank you.. that really helped !
FearUs