Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 06, 2011 12:08 PM by agent_smith
Contributor
2030 Points
573 Posts
Oct 05, 2011 03:11 PM|LINK
Sorry for not posting on the IIS support site, but my employer blocks that site.
I have a friendly DNS A record for a web site that points to my IIS server on port 93.
I have create the instance of IIS on port 93 that points to my app and configured the host header.
However when I navigation to that URL, it correctly goes to the server but pulls up the default instance running on port 80.
If I append ':93' to the end, my site works. That mean for some reason HHR is not working.
Help please. Thanks in advance.
All-Star
15882 Points
2977 Posts
Oct 06, 2011 06:47 AM|LINK
Hello,
The default HTTP port is 80, so you if you want to access other port you should ad the port in the URL.
Regards
Oct 06, 2011 12:08 PM|LINK
Thanks. I set the port to 80 and the HHR works.
agent_smith
Contributor
2030 Points
573 Posts
Host header resolution problem
Oct 05, 2011 03:11 PM|LINK
Sorry for not posting on the IIS support site, but my employer blocks that site.
I have a friendly DNS A record for a web site that points to my IIS server on port 93.
I have create the instance of IIS on port 93 that points to my app and configured the host header.
However when I navigation to that URL, it correctly goes to the server but pulls up the default instance running on port 80.
If I append ':93' to the end, my site works. That mean for some reason HHR is not working.
Help please. Thanks in advance.
AGENT_SMITH
HostingASPNe...
All-Star
15882 Points
2977 Posts
Re: Host header resolution problem
Oct 06, 2011 06:47 AM|LINK
Hello,
The default HTTP port is 80, so you if you want to access other port you should ad the port in the URL.
Regards
Free ASP.NET Examples and source code.
agent_smith
Contributor
2030 Points
573 Posts
Re: Host header resolution problem
Oct 06, 2011 12:08 PM|LINK
Thanks. I set the port to 80 and the HHR works.
AGENT_SMITH