error '8002801d'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Silvermoon
    New Member
    • Mar 2007
    • 4

    error '8002801d'

    Hello I just try to use IIS v5.1 and I come with a problem. I've create a very basic test file and it always gives me the same error. I'm doing it directly on my computer using windows xp.

    error '8002801d'
    Library not registered.

    /iisHelp/common/500-100.asp, line 10

    My ASP file is

    <%@ Language=VBScri pt %>
    <%
    Server.ScriptTi meout = 200
    Response.Write( Server.ScriptTi meout)
    %>

    Please help me. I have registered the asp.dll file and have also reinstalled the IIS 5.1 without success. (I reboot the computer too).

    Thanks

    Silvermoon
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is an article that may help:
    PRB: ASP Error 8002801d "Library Not Registered"

    Comment

    • Silvermoon
      New Member
      • Mar 2007
      • 4

      #3
      The problem is whatever command I use, I get the same error. It seems that it's the command server that doesn't work, but I'm not an expert... can you help?

      The only one that work without problem is Response.Write( "Hello World").

      other command that I use giving the same error.

      <%@LANGUAGE="VB Script"%>
      <%
      Response.Write( Server.MapPath( "\"))
      %>

      Comment

      • Silvermoon
        New Member
        • Mar 2007
        • 4

        #4
        Also, I had to go to control pannel > administrative tools > Internet Information Services > folder name - properties and decrease the application Protection to Low (IIS Process) otherwise, nothing was working.

        Comment

        • Silvermoon
          New Member
          • Mar 2007
          • 4

          #5
          Anyone can help me?

          Comment

          Working...