Hi WenJun,
I checked the ACL's of C:\Inetpub\wwwroot\iisstart.htm and they look fine.
They are:
---------------------------------------------------------
Administrators & SYSTEM = Full
IIS_WPG & Users = Read & Execute + Read
Internet Guest Account = Deny Write, Deny Special
---------------------------------------------------------
Also, I find I can open: \\oh-server-4\C$\Inetpub\wwwroot\iisstart.htm
from any machine.
I ran the url
http://oh-server-4/iisstart.htm on the following three
machines:
OH-SERVER-4 (where IIS is).
---------------------------------------------------------
2007-07-30 17:30:04 W3SVC1 192.168.12.114 GET /iisstart.htm - 80 -
192.168.12.114
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30)
200 0 0
2007-07-30 17:30:04 W3SVC1 192.168.12.114 GET /pagerror.gif - 80 -
192.168.12.114
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30)
200 0 0
2007-07-30 17:30:05 W3SVC1 192.168.12.114 GET /favicon.ico - 80 -
192.168.12.114
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30)
404 0 2
---------------------------------------------------------
RC-CLIENT-2 (different forest)
---------------------------------------------------------
2007-07-30 17:27:06 W3SVC1 192.168.12.114 GET /iisstart.htm - 80 -
192.168.21.12
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+InfoPath.1;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+1.1.4322)
403 2 5
---------------------------------------------------------
OH-SERVER-3 (the DC to oh-server-4)
---------------------------------------------------------
2007-07-30 17:31:22 W3SVC1 192.168.12.114 GET /iisstart.htm - 80 -
192.168.12.113
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+Win64;+x64;+.NET+CLR+2.0.50727)
403 2 5
---------------------------------------------------------
And as before, I get the same error on all machines except OH-SERVER-4
(where IIS is):
HTTP Error 403.2 - Forbidden: Read access is denied.
One thing that is interesting is I swapped
\\oh-server-4\C$\Inetpub\wwwroot\iisstart.htm with a different html document
and I find that the failing machines are still bring up the original html.
So I guess the html document that discribers the 404.2 error is not coming
from the C:\Inetpub\wwwroot\iisstart.htm found on oh-server-4 ??
Also, I don't know the first thing about IIS and I'm just assuming all these
HTML displays in the various IE instances are coming from the OH-SERVER-4's
IIS server. For all I know, IIS could simply be sending back an error to
IE - and IE in turn displays HTML sourced from the local machine that did
the url request. If this is how it works, I guess that would explain the
swapping of the iistart.htm file with a different one not changing the
display.
p.s. As I wrote before, just to test the IP deny thing, I explicitly denied
all three machines and they now get an expected:
HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.
(as one would expect - as I'm now denying it for a test).
Thanks!
Bob.
>> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied.