Error running ASP in IIS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • glbdev@gmail.com

    Error running ASP in IIS

    I am trying to run an ASP page in IIS 6.0 and I keep getting one of
    two errors:

    -2147467259 (0x80004005)
    The remote procedure call failed and did not execute.

    I have Win XP. It's been running fine for a long time and then
    yesterday, for no apparent reason, I get this. I've tried the links
    to asp.faq that I've seen others post and nothing works.

    As a test, I created a simple ASP page with just '<%
    Response.Write( "Hello") %>' in it and still the error occurs so it's
    not a scripting or database problem. DotNet seems to run fine and I
    can run HTML pages, I also have Apache and can run PHP scripts with no
    problem ... everything except classic ASP.

    Any ideas? This is driving me crazy and I need IIS running because I
    am falling behind in my work. As I mentioned, I've been running ASP
    scripts on this machine for years and have never seen this problem.

    Thanks,
    Steve

  • Jon Paal [MSMD]

    #2
    Re: Error running ASP in IIS

    probably need to check to see if IIS is recognizing the "asp" extension for processing....

    You may also want to post this into the IIS group for further assistance.

    microsoft.publi c.inetserver.ii s






    <glbdev@gmail.c omwrote in message news:1175726156 .064820.242320@ b75g2000hsg.goo glegroups.com.. .
    >I am trying to run an ASP page in IIS 6.0 and I keep getting one of
    two errors:
    >
    -2147467259 (0x80004005)
    The remote procedure call failed and did not execute.
    >
    I have Win XP. It's been running fine for a long time and then
    yesterday, for no apparent reason, I get this. I've tried the links
    to asp.faq that I've seen others post and nothing works.
    >
    As a test, I created a simple ASP page with just '<%
    Response.Write( "Hello") %>' in it and still the error occurs so it's
    not a scripting or database problem. DotNet seems to run fine and I
    can run HTML pages, I also have Apache and can run PHP scripts with no
    problem ... everything except classic ASP.
    >
    Any ideas? This is driving me crazy and I need IIS running because I
    am falling behind in my work. As I mentioned, I've been running ASP
    scripts on this machine for years and have never seen this problem.
    >
    Thanks,
    Steve
    >

    Comment

    Working...