Link to home
Start Free TrialLog in
Avatar of GregNizich
GregNizich

asked on

Can't access website hosted using IIS 7.0 on a server residing on my home network

I am able to access the website I am hosting on my home webserver, but I cannot access it from any computer on the same home network.

The web server IP address is 192.168.1.20, and I am using IIS 7.0 on Windows Server 2008 ("dmserver").  My website uses a DDNS URL ("PracticeIntranets.TZO.com") secured througn TZO.com. Requests are redirected to port 8090 of my router, which is attached to my cable modem.

I want to access the site from a computer on the same domain as the webserver, the domain is DMCPA.  Here is what I have tried:

http://192.168.1.20/practiceintranets.tzo.com:8090
Result: Server Error 404 - File or directory not found.

http://dmserver/practiceintranets.tzo.com
Result: Server Error 404 - File or directory not found.

http://Practiceintranets.tzo.com:8090
Result: The page cannot be displayed

http://Practiceintranets.tzo.com:8090/index.aspx
Result: The page cannot be displayed

What am I doing wrong?


Avatar of kdtresh
kdtresh

In IIs manager, right click the website, edit binding, add the website url and the port 8090.  IIS probably isnt listing on that port.
Avatar of GregNizich

ASKER

When I enter "http:\\192.168.1.20" it brings up an error page that is bound to the "Default" website that responds to requests coming in over unassigend ip addresses.

I did right click on the website in IIS and the website name and port are listed in the binding.
ASKER CERTIFIED SOLUTION
Avatar of Jones911
Jones911

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
I think that  

http://Practiceintranets.tzo.com

should take you to your web site. Also

http://192.168.1.20:8090

should work. They are both aliases, assuming the redirect is defined this way.
If you're doing any kind of URL redirects (ie. for virtual servers), the second form may not work.
I changed the ip address of the binding to "All Unassigned" which I assumed is what you meant by " * " and I was then able to access the site.