Link to home
Start Free TrialLog in
Avatar of aplatti
aplatti

asked on

Multiple DNS names to IIS on port 80

I have two domain names pointing at my computer now.   I'm runing IIS on port 80.

Is there any way that IIS can filter requests based on which DNS name the request comes in on?   For example, if a request came in on www.siteA.com then IIS would map the request to, say "c:\inetpub\wwwroot\siteA"  and if the request came in on www.siteB.com it would get mapped to "c:\inetpub\wwwroot\siteB\".      Requests for both names would come in on port 80.

Can an ISAPI filter do that?  
Can IIS do it from the managment console?
Can I specify a port with my domain name?
How can I make this work?
Is this possible?

Thanks,
Adam
ASKER CERTIFIED SOLUTION
Avatar of kaufmannm
kaufmannm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aplatti
aplatti

ASKER

will I be able to run both sites on port 80?  If not, can IIS map one of the sites to a different port when a request comes in on port 80?
Yes, you will be able to run both sites on 80.