Link to home
Start Free TrialLog in
Avatar of badrhino
badrhinoFlag for United States of America

asked on

New website on Windows Server 2012 (IIS 7)

We have a 2012 web server that serves multiple websites.  I have been asked to add another website without a domain name, just the IP.  For instance instead of the usual binding to www.domainname.com they want to use just the IP xxx.xx.xxx.x:port#/home.htm.  

I believe I have a permission issue as I have set up the site (and I have also set up the application pool for this site.)  in IIS with the necessary bindings (also using a different port then 80), and can view the site on the local host using xxx.xx.xxx.x:port/home.html (and localhost::xxx/home.html), but I can not view the page over the web.  As soon as I try to access the site via the web, I get a waiting for xxx.xx.xxx.xx and finally the page fails.I added the IUser account to the home directory folder and have given it read and write privileges.  

However, I do not get a 403 when I try to navigate to the page.  It just says that they page can't be displayed.  Firefox indicates that the connection timed out.  The server only has one IP and uses hostnames to direct the webpages to the correct application.  This could be the problem as I'm not using a hostname (just the ip), but was hoping that the IP:port format would overcome this (I'm not an IT guy -- just wearing that hat today!).

I've been looking at articles on the web for a solution (and there's a lot), but everything that they suggest to do I've done.  I'm missing something, not sure what....Any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

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
did you forward the applicable port to your webserver?
Avatar of badrhino

ASKER

Perfect. Thanks!