Home All Groups Group Topic Archive Search About

Classic ASP Page not running under IIS6.0

Author
23 Jun 2005 2:11 PM
Frank
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!

Author
24 Jun 2005 2:45 AM
Jeff Cochran
On Thu, 23 Jun 2005 07:11:10 -0700, "Frank"
<Fr***@discussions.microsoft.com> wrote:

>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.

Execute permission for scripts granted in the IIS MMC for that site?

Jeff
Author
24 Jun 2005 8:37 AM
David Wang [Msft]
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" <Fr***@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!