Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

HTTP Error 403.2 - Forbidden: Read access is denied.

 
Goto page 1, 2
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS Error 127: the specified procedure is not fou..  
Author Message
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 1) Posted: Mon Jul 23, 2007 8:45 am
Post subject: HTTP Error 403.2 - Forbidden: Read access is denied.
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I notice when I attempt to access the default page from a machine other than
were IIS is installed, IE will display "HTTP Error 403.2 - Forbidden: Read
access is denied". But when I attempt to access the default page from the
same machine where IIS is installed, it get an expected "Under Construction"
page.

In both cases, I am logged onto the same domain using the same UserID. I
have no firewalls installed and everyone is on the same LAN.

Any idea on where to look for a resolution to this?

Thanks!

---
Bob

 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
David Wang

External


Since: Nov 01, 2007
Posts: 309



(Msg. 2) Posted: Tue Jul 24, 2007 2:50 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 23, 5:45 am, "Bob" <86c6c2e6-2146512....TakeThisOut@news.postalias> wrote:
> Hi,
>
> I notice when I attempt to access the default page from a machine other than
> were IIS is installed, IE will display "HTTP Error 403.2 - Forbidden: Read
> access is denied". But when I attempt to access the default page from the
> same machine where IIS is installed, it get an expected "Under Construction"
> page.
>
> In both cases, I am logged onto the same domain using the same UserID. I
> have no firewalls installed and everyone is on the same LAN.
>
> Any idea on where to look for a resolution to this?
>
> Thanks!
>
> ---
> Bob


Did you set up IP Restriction within IIS to only display content to
certain IP addresses (such as local-only).


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 3) Posted: Tue Jul 24, 2007 3:34 am
Post subject: RE: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bob,

Please also check if Read permission isn't enabled in the site's
property->Home Directory tab. This is the general cause of a '403.2 -
Forbidden: Read access is denied.' error.

Please update here if problem still persists.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 4) Posted: Tue Jul 24, 2007 7:52 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi David,

I have no restrictions based upon IP address. However, when I do, the error
changes to:
HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.

Bob.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 5) Posted: Tue Jul 24, 2007 8:22 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi WenJun

The read permission is enabled on the Home Directory tab. However,
disabling it results in error
HTTP Error 403.2 - Forbidden: Read access is denied.
on both the http://localhost/ and all remote machines as well.

Re-enabling the read permission results in the 403.2 error only on the
remote machines attempting access; not the localhost.

Thanks,

Bob.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
David Wang

External


Since: Nov 01, 2007
Posts: 309



(Msg. 6) Posted: Tue Jul 24, 2007 9:13 pm
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 24, 4:52 am, "Bob" <86c6c2e6-2146512....TakeThisOut@news.postalias> wrote:
> Hi David,
>
> I have no restrictions based upon IP address. However, when I do, the error
> changes to:
> HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.
>
> Bob.



Can you clarify which IIS version you are running (or Windows OS is
sufficient).

Can you also report the actual IIS log entry lines corresponding to
your 403.2 response.

Please also verify that you mean what I think you mean by the
following:
> But when I attempt to access the default page from the
> same machine where IIS is installed, it get an expected
> "Under Construction" page.

When you say "access the default page from the same machine", I assume
you are using a web browser, which is using the http:// protocol, and
the URL used in the wbrowser is either http://localhost/page.ext or
http://servername/page.ext. And that those requests actually come to
this web server -- validate by checking the IIS server's website log
files for the specific request log entries corresponding to your
successful requests. You should also validate that the 403.2 are in
this log file.

If those assumptions are all true, or if all requests are not showing
up in the log file, then I am inclined to think that your issue is
outside of IIS because I cannot think of any other built-in IIS
feature which distinguishes access based on local/remote.

If you are running ASP.Net page, perhaps there is configuration in
ASP.Net to deny access from remote machines.

If you have custom ISAPI Filter/Extension installed, perhaps they are
denying access from remote machines.

Perhaps you have some other networking device configured for the IIS
server that is rejecting external access.

Perhaps you have a DNS misconfiguration where the external name/IP
does not actually route to this specific IIS webserver.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 7) Posted: Wed Jul 25, 2007 9:39 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bob,

The new 403.6 error should be caused by IP and domain restriction setting
in IIS. Please follow the steps below to check it.

1. Open Internet Information Services (IIS) Manager.
2. Expand the Web server, and then expand Web sites.
3. Right-click Default Web Site, and then click Properties.
4. Click the Directory Security tab, and then click Edit in the IP address
and domain name restrictions area.
5. Select Granted access and make sure the client machine's IP isn't in
denied list.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 8) Posted: Fri Jul 27, 2007 11:03 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bob,

Any update of this issue?

Have a good weekend.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 9) Posted: Sat Jul 28, 2007 11:27 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi David,

I've a half dozen servers. All of them are at the same level (Windows
Server 2003 R2 SP2 and all of them have IIS v6.0).

I have two servers that are having the problem - the others are fine. What
is unique about these two machines is:
1. They are both virtual guests
2. Neither is a DC
3. MS Data Protection Manager 2007 Beta2 installed (DPM uses IIS)

ERROR INFORMATION:
--------------------------------------------------------------
OH-SERVER-4 has ipadder of 192.168.12.114 and is one of the two failing IIS
servers under Windows 2003.

Entering http://oh-server-4 in IE7 on this oh-server-4 results in an
expected "Under Construction" page which I imagine comes from
"c:\inetpub\wwwroot\iisstart.htm"

The corresponding log entry found at
C:\WINDOWS\system32\LogFiles\W3SVC1\ex070728.log is as follows:

2007-07-28 14:58:23 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-28 14:58:23 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
--------------------------------------------------------------

HOWEVER, when RC-CLIENT-2 which has ipadder of 192.168.21.12 and is Win XP
SP2 attempts to go to http://oh-server-4, the resulting entry in IIS (found
on oh-server-4) is as follows:

2007-07-28 15:04:30 W3SVC1 192.168.12.114 GET / - 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

The above log also corresonds to the web page displayed "HTTP Error 403.2 -
Forbidden: Read access is denied".
--------------------------------------------------------------

The log also post the following every 20 seconds:

2007-07-28 15:19:15 W3SVC1 192.168.12.114 POST /Reporting/admin/upload.php -
80 - 192.168.12.114 libwww-perl/5.803 200 0 0



Thanks for your efforts!

Bob.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 10) Posted: Mon Jul 30, 2007 6:34 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bob,

Some clues I found according to your description:

Directly accessing to http://oh-server-4/ shouldn't result in a log entry
like the following

2007-07-28 14:58:23 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+C
LR+2.0.50727;+.NET+CLR+3.0.04506.30)
200 0 0

When we access a web site/vdir's default page without the file name in url,
IIS will not log the default page in its log file as well. So an expected
log entry of http://oh-server-4/ should be: ... GET / - 80 - ...

The log you got looks like something explicitly redirected the request to
iisstart.htm page (just guess).

So what I'd suggest to test further: try browsing to the full url:
http://oh-server-4/iisstart.htm from the XP machine. See if it also returns
the under consturction page expectedly. If it does, means both local and
remote access to the iisstart.htm page is fine. You'd check the default
page setting of the site. Also please note the Read permission can be set
at single file level.

Look forward to your test result.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 11) Posted: Mon Jul 30, 2007 2:23 pm
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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. 
Back to top
Login to vote
David Wang

External


Since: Nov 01, 2007
Posts: 309



(Msg. 12) Posted: Tue Jul 31, 2007 1:41 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 30, 11:23 am, "Bob" <86c6c2e6-2146512....TakeThisOut@news.postalias> wrote:
> 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.




Your new observation when changing iisstart.htm is about caching,
which is complelety separate from your original question about
authorization to read a resource. Let's look at things one at a time.

Also, there is no 404.2 error -- it is a 404.0.2, which is a 404.0
"file not found" with Win32 error code of 2 "File not found" -- people
frequently overlook the log file fields.

Your log file entries indicate a 403.2 (Read access is denied) on
accessing /iisstart.htm by a non-local client-ip address. There are no
built-in IIS features to return 403.2 for remote yet allow local
access, and there is no way for software/hardware outside of IIS to
log an 403.2 in the IIS log, so I am inclined to believe that the
behavior comes from an ISAPI Filter or ISAPI Extension installed on
your webserver.

Can you enumerate:
1. all ISAPI Filters installed at Global level
2. all ISAPI Filters installed at Website level
3. Applicaton Mapping of .htm resource at /
4. Wildcard application mappings at /


I am suspecting non-default setting for #4 because ISAPI Filter cannot
change the substatus field of the log entry (unlikely, but maybe it
was some *other* error with substatus 2 that the ISAPI Filter rewrote
-- I'm keeping the option open), but Wildcard application mapping can
both log a 403.2 as well as perform the read-forbidden access.

If so, your question is really about the behavior of the non-default
Wildcard application mapping since that is no longer IIS software


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 13) Posted: Tue Jul 31, 2007 11:12 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bob,

I have the same thought of David. Let's check if there is any specific
ISAPI installed which may cause the unexpected behavior.

You can export your metabase config and send it to me via email for a
thorough reviewing. To export your metabase configuration, please install
IIS6 resource kit tools and use the Metabase Explorer utility. Export the
data under LM root node in to a mbk file.

Internet Information Services (IIS) 6.0 Resource Kit Tools
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499

My email address: wjzhang.TakeThisOut@online.microsoft.com (please remove online.)

Look forward to your message.

Have a great day.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Bob

External


Since: Jul 23, 2007
Posts: 11



(Msg. 14) Posted: Thu Aug 02, 2007 11:40 am
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi WenJun,

Sorry for the delay, that was rude of me. Just a bit too much on my plate I
guess.

I have just sent you the file you have so graciously accepted to examine.
Thanks!

Bob.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 175



(Msg. 15) Posted: Thu Aug 02, 2007 2:31 pm
Post subject: Re: HTTP Error 403.2 - Forbidden: Read access is denied. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bob,

I'm still waiting for your update on this issue.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: HTTP Error 403.2 - Forbidden: Read access is denied. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HTTP Error 403 - Forbidden: Access is denied - Good afternoon I was trying to use my IIS to implement the OWA Change password as described in KB297121 and KB833734. I have a Windows 2003 domain with all servers running on service pack 1. I have ISA 2004 running on service pack 2 and have done all....

403 Forbidden: Access is denied. - What can I do? I've been trying to get into this website, but this message keeps appearing.

HTTP 403.1 Forbidden: Execute Access Forbidden - Hi, I am running Windows 2000 Pro, Ver. 5.0.2195, SP 4, Build 2195 (IIS 5.0). Using the Computer management tool I have modified the Execute Permissions parameter, that lives under the Home Directory tab, to include both scripts and executables. I..

Windows XP IIS - HTTP 403.9 - Access Forbidden - Hi, Since today morning, I am getting this message when trying to access my web site through IIS on Windows XP. ----------------------------------------------- HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services..

HTTP 403.1 Forbidden: Execute Access Forbidden - This error started appearing after an automatic update Oct.16. The error occurs when trying to access .asp files. System is w2k sp4 running iis5. tia John
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]