iis 6 on a windows 2003 server - can see site on local host, not from
iis 6 on a windows 2003 server - can see site on local host, not from
am 10.01.2008 23:06:34 von Robert Michel
On my windows 2003 server with IIS 6 I can see manipulate and navigate
my test site -
http://localhost/dotnetnuke/
BUT when I try to access it by -
http://MachineName/dotnetnuke/
or
http://192.xxx.xxx.xxx/dotnetnuke/
from any other machine on the network I can not view the site???????
I have the site IP address on the properties form set to all
unassigned. I am lost and reading the IIS 6 manual, if you can help
please respond with ideas.
The firewall is not ON on the server or on the machine I am using.
Thanks -ROBB
Re: iis 6 on a windows 2003 server - can see site on local host, not
am 11.01.2008 06:00:25 von David Wang
Check the IIS log file for the website. If you do not see any entries
in there for the failed access attempts, then something else OUTSIDE
of IIS is preventing access to the server from other machines.
Firewall or Proxy Client settings come first to my mind.
Basically, you will have to treat this as a networking issue and not
IIS issue -- thus reading "IIS Manual" will likely not be useful. You
have shown IIS is functioning fine with http://localhost/dotnetnuke
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jan 10, 2:06=A0pm, Robert Michel wrote:
> On my windows 2003 server with IIS 6 I can see manipulate and navigate
> my test site -
>
> http://localhost/dotnetnuke/
>
> BUT when I try to access it by -
>
> http://MachineName/dotnetnuke/
>
> or
>
> http://192.xxx.xxx.xxx/dotnetnuke/
>
> from any other machine on the network I can not view the site???????
> I have the site IP address on the properties form set to all
> unassigned. =A0I am lost and reading the IIS 6 manual, if you can help
> please respond with ideas.
>
> The firewall is not ON on the server or on the machine I am using.
>
> Thanks -ROBB
Re: iis 6 on a windows 2003 server - can see site on local host, not from other machines????
am 11.01.2008 07:08:32 von Kristofer Gafvert
Hi,
I do not know the meaning of "can not view the site" thus i cannot really
give much help. I would need more information of what you exactly see in the
browser, what IIS returns and what is logged in the IIS log file.
But, i know that people have reported similar problems using dotnetnuke. It
seems that you need to add a HTTP alias to use something else but localhost,
as per this forum post:
http://forums.asp.net/p/799796/805575.aspx
Perhaps this is the issue for you too.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
"Robert Michel" skrev i meddelandet
news:75aad63c-f365-4053-831a-417ad74353b5@v29g2000hsf.google groups.com...
> On my windows 2003 server with IIS 6 I can see manipulate and navigate
> my test site -
>
> http://localhost/dotnetnuke/
>
> BUT when I try to access it by -
>
> http://MachineName/dotnetnuke/
>
> or
>
> http://192.xxx.xxx.xxx/dotnetnuke/
>
> from any other machine on the network I can not view the site???????
> I have the site IP address on the properties form set to all
> unassigned. I am lost and reading the IIS 6 manual, if you can help
> please respond with ideas.
>
> The firewall is not ON on the server or on the machine I am using.
>
> Thanks -ROBB
Re: iis 6 on a windows 2003 server - can see site on local host, not
am 11.01.2008 16:51:48 von Robert Michel
Great link, this text from the link worked PERFECTLY! :)
Login as host and select Site Settings from the Admin menu. Down near
the bottom you will see the portal alias box. Add ,machinename/
dotnetnuke after localhost/dotnetnuke and click Update.
Re: iis 6 on a windows 2003 server - can see site on local host, not from other machines????
am 11.01.2008 17:05:06 von Kristofer Gafvert
Thanks for the update.
Cheers.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
"Robert Michel" skrev i meddelandet
news:6daf24ae-a860-46a5-bf48-1326a96ffbb5@t1g2000pra.googleg roups.com...
> Great link, this text from the link worked PERFECTLY! :)
>
> Login as host and select Site Settings from the Admin menu. Down near
> the bottom you will see the portal alias box. Add ,machinename/
> dotnetnuke after localhost/dotnetnuke and click Update.