Microsoft
Software
Hardware
Network
Question : IIS multiple sites configuration error
IIS7 webserver 2008
I have a default site, our primary domain, and another domain name running correctly on this server.
I have moved a 3rd domain to it, added as a new site.
But requests to it are being interpreted as going to the default site.
A request to:
http://www.newdomain.com
is getting the default page for
http://www.defaultdomain.c
om
If I explictly ask for a file in the new domain I get this error response:
Requested URL
http://www.newdomain.com:8
0/newdomai
n.asp
Physical Path C:\inetpub\wwwroot\default
domain\new
domain.asp
It's trying to find the new domain page in the default website.
It looks to me that I've configured this exactly like the 2nd additional domain that works correctly.
"Basic settings" show the correct site name application pool and physical path.
All sites are on port 80. The default and 2nd site work fine this way.
Any ideas of what configuration error I'm making?
Thanks
Answer : IIS multiple sites configuration error
Found it right after posting.
It was configured for a redirect.
Random Solutions
About direct X / Open GL issue
Combo Box - displays Number instead of text
Repeated Windows Update
Multicast session fails to open on secondary site server.
Setting up my first database driven web site
how to get rid off WMonAVScan.exe
How do I fix a calculation problem in Microsoft Visual 2008?
Using RegExp to Simulate Like
HTTP Error 404.3 on IIS 7.0
How can I convert a custom control that calls User32 and Shell32 to work on Mono?