ASP Pages 401.3 ACL Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • randyfaulkner

    ASP Pages 401.3 ACL Error

    Server 2003 fresh install of IIS. Default iisstart.htm
    page in root displays. Test hello.asp returns a 401.3
    access error. Anyway to check basic ASP
    functionality/reinstall ASP services in case this is
    really the problem?
  • joker

    #2
    Re: ASP Pages 401.3 ACL Error

    By default almost everything including classic ASP is disabled on
    windows 2003. Try enabling the service. Someone else had this same
    problem a few days ago.

    randyfaulkner wrote:
    [color=blue]
    > Server 2003 fresh install of IIS. Default iisstart.htm
    > page in root displays. Test hello.asp returns a 401.3
    > access error. Anyway to check basic ASP
    > functionality/reinstall ASP services in case this is
    > really the problem?[/color]

    Comment

    • randyfaulkner

      #3
      Re: ASP Pages 401.3 ACL Error

      I should of added that the ASP service was enabled.
      Sorry. I've checked NTFS, IIS permissions and necessary
      IIS local policy settings, to no avail. The server is
      joined to our AD, and not standalone, if that would make
      any difference.

      I did discover that if I added some sort of
      authentication besides anonymous, I could access the page
      with a logon. So definitely a permissions issue, but I
      don't know where else to look.

      Thanks.
      [color=blue]
      >-----Original Message-----
      >By default almost everything including classic ASP is[/color]
      disabled on[color=blue]
      >windows 2003. Try enabling the service. Someone else[/color]
      had this same[color=blue]
      >problem a few days ago.
      >
      >randyfaulkne r wrote:
      >[color=green]
      >> Server 2003 fresh install of IIS. Default[/color][/color]
      iisstart.htm[color=blue][color=green]
      >> page in root displays. Test hello.asp returns a 401.3
      >> access error. Anyway to check basic ASP
      >> functionality/reinstall ASP services in case this is
      >> really the problem?[/color]
      >
      >.
      >[/color]

      Comment

      Working...