Re: Classic ASP Page not running under IIS6.0

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 06/24/05


Date: Fri, 24 Jun 2005 01:37:04 -0700

401.3 means that IIS managed to authenticate as some user identity, and that
user identity was denied read access on the requested resource.

You need to say what authentication is enabled on the request in question,
and then ensure that the user which authenticated has access to the
resource.

-- 
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Frank" <Frank@discussions.microsoft.com> wrote in message
news:C189EA3C-8B41-4F8F-A873-E0831BF1B311@microsoft.com...
I have a Windows2003 server with IIS6.0. However, none of the classic ASP
pages are running. I receive 401.3 Access Denied error message. I made sure
the internet guest account has read permission (I actually give everyone
read
permission), and I made sure Active Server Pages under Server Extension is
set to Allowed. Still not working.
Please help! Thanks!