Click to See Complete Forum and Search --> : treeview not accessible using IP address


jon.cooper
September 1st, 2004, 10:06 AM
I am using a treeview in an ASP.NET app that I've written and everything works perfect, when I access the site using the machine name. When I try to access the site using the server's ip address the treeview shows up as one big line of text. I noticed a post on the asp.net forums from somebody who has the same problem:

-- if I try to access the web site using a treeview like this it works..
-- http://localhost/myapp - it also works if I right click in IIS and choose browse.
--
-- If I try it like any of these, it doesn't.
-- http://192.168.1.XXX/myapp - local network IP address
-- http://11.111.111.111/myapp - Internet IP Address

Interestingly, the treeview shows up correctly in Netscape based browsers. Does anybody have any suggestions?

MRutledge
September 1st, 2004, 07:12 PM
My guess is that it has something to do with an IIS configuration. Double check the settings on your web to make sure it is set to a specific IP.