ASP pages are not processed by IIS

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

    ASP pages are not processed by IIS

    I have vs2008 pro installed in winxp sp2. IIS is installed, but if I try
    to open a classic asp (http://127.0.0.1/localstart.asp)
    page I get this error:

    HTTP 401.2 - Unauthorized: Logon failed due to server configuration
    Internet Information Services

    If I try http://127.0.0.1 from that error page I get a password prompt
    and then

    error '8002801c'
    Error accessing the OLE registry.
    /iisHelp/common/500-100.asp, line 17

    What is this issue about? It's been quite a while since I did anything
    with .asp so I'm not sure when this went south. I can create and run
    aspx pages in vs2008.
  • Munna

    #2
    Re: ASP pages are not processed by IIS

    Hi,

    Please follow this thread,,,,,,




    best of luck

    Munna

    Comment

    • amos

      #3
      Re: ASP pages are not processed by IIS

      Thanks for replying. But that's a pretty old thread and most of the
      conditions of the errors there seem to be different. I've googled and
      found such a maze of possible issues and fixes around this, I was hoping
      someone could offer a straightforward approach to it before I change a
      bunch of settings, which might make things get even more complicated.

      Comment

      • Michael Nemtsev [MVP]

        #4
        Re: ASP pages are not processed by IIS

        Hello amos,

        are you opening your own developed page or standard?!
        try to enable anonymous access to your site

        ---
        WBR,
        Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

        "The greatest danger for most of us is not that our aim is too high and we
        miss it, but that it is too low and we reach it" (c) Michelangelo


        aI have vs2008 pro installed in winxp sp2. IIS is installed, but if I
        atry
        ato open a classic asp (http://127.0.0.1/localstart.asp)
        apage I get this error:
        aHTTP 401.2 - Unauthorized: Logon failed due to server configuration
        aInternet Information Services
        a>
        aIf I try http://127.0.0.1 from that error page I get a password
        aprompt and then
        a>
        aerror '8002801c'
        aError accessing the OLE registry.
        a/iisHelp/common/500-100.asp, line 17
        aWhat is this issue about? It's been quite a while since I did
        aanything with .asp so I'm not sure when this went south. I can create
        aand run aspx pages in vs2008.
        a>


        Comment

        • =?Utf-8?B?TWFyayBaLg==?=

          #5
          RE: ASP pages are not processed by IIS

          Did you enable classic ASP? Classic ASP and ASP.NET are NOT the same thing...

          Easy to follow steps with screenshots:


          "amos" wrote:
          I have vs2008 pro installed in winxp sp2. IIS is installed, but if I try
          to open a classic asp (http://127.0.0.1/localstart.asp)
          page I get this error:
          >
          HTTP 401.2 - Unauthorized: Logon failed due to server configuration
          Internet Information Services
          >
          If I try http://127.0.0.1 from that error page I get a password prompt
          and then
          >
          error '8002801c'
          Error accessing the OLE registry.
          /iisHelp/common/500-100.asp, line 17
          >
          What is this issue about? It's been quite a while since I did anything
          with .asp so I'm not sure when this went south. I can create and run
          aspx pages in vs2008.
          >

          Comment

          Working...