Previous Next

Thread: HTTP 500 error 0x800700aa loading .asp pages

Last post 07-17-2008 1:36 PM by tj_graham. 17 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (18 items) 1 2 Next >

Sort Posts:

  • 11-13-2007, 4:07 PM

    HTTP 500 error 0x800700aa loading .asp pages

    64.
    n
    n
    i
    ISAPI_START 21:01:40.516
    65.
    n
    n
    i
    CALL_ISAPI_EXTENSION DllName="C:\Windows\system32\inetsrv\asp.dll" 21:01:40.516
    66.
    n
    n
    i
    ISAPI_EXTENSION_DONE 21:01:40.657
    67.
    n
    n
    r
    MODULE_SET_RESPONSE_ERROR_STATUS
    Warning
    ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The requested resource is in use. (0x800700aa)", ConfigExceptionInfo="" 21:01:40.657
    68.
    n
    n
    i
    ISAPI_END

    This is the failed request tracking entry that points to the problem (I think). Although, I don't know how to resolve "The requested resource is in use."
    This happens for every .asp page -- all .htm pages are fine. This application was working at one point, but something happened recently to prevent it. I don't know what.

    Here is the entry in the IIS log that pertains to this request:
    #Software: Microsoft Internet Information Services 7.0
    #Version: 1.0
    #Date: 2007-11-13 21:01:40
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
    2007-11-13 21:01:40 192.168.11.6 GET /services.asp - 85 - 192.168.11.6 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+WOW64;+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+.NET+CLR+3.0.04506) 500 0 170

    Things I tried and checked:

    • 32 bit apps enabled in IIS
    • allocated app to classic .net pool
    • tried hitting a basic/stripped ASP page to test
    • reinstalled IIS
    • reinstalled ASP
    • checked all permissions for IUSR in application directory and in inetsvr directory
    • tried using an administrator account instead of IUSR
    • UAC is off
    • ran regsvr32 on asp.dll and other related DLLs
    • enabled the tracing and got that message above
    • system and application event logs have no related entries
    • unplugged pc, threw across room, plugged back in -- same error

    My system:

    • IIS 7
    • Vista Ultimate x64
    • 2gb RAM
    • Athlon 64

    Can anyone tell me what I should look for to correct this? Thanks in advance.

    Edit: procmon shows this when I hit the page -- it's all I can dig up that might have something to do with this:

    Sequence: 72121
    Date & Time: 11/13/2007 4:16:44 PM
    Event Class: File System
    Operation: FASTIO_ACQUIRE_FOR_SECTION_SYNCHRONIZATION
    Result: FILE LOCKED WITH ONLY READERS
    Path: C:\Windows\SysWOW64\inetsrv\asp.dll
    TID: 4412
    Duration: 0.0000075
    SyncType: SyncTypeCreateSection
    PageProtection: 

  • 11-14-2007, 12:12 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    A good toss always makes you feel better. :) You've tried quite a bit, thanks for posting.  I don't have an Vista 64 bit box handy, can you check ISAPI and CGI restrictions and make sure ASP is enabled.  That is one thing that stands out right now. 

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield

    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 11-14-2007, 10:08 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    ASP is indeed "allowed" in the restrictions. I guess I forgot to mention that one.

  • 11-28-2007, 2:45 PM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Too tough for y'all, I take it. This is driving me insane. I am now uninstalling and reinstalling things again. /cry

  • 11-29-2007, 12:40 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 6:13 PM
    • Redmond, WA
    • Posts 1,083

    Re: HTTP 500 error 0x800700aa loading .asp pages

    This is not something we have seen and there seems to be no way to get to the bottom of this without debugging it - so your options are

    a) Come up with repro steps which can help us repro this problem in-house

    b) call up microsoft support and ultimately get someone from support to debug the problem

    c) reinstall and (hopefully) the problem goes away

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 11-29-2007, 9:30 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    I am also getting the same error. I am running Vista Business. I have tried everythign I could think of and still get the follwoing:

    Url: http://localhost:80/apprisenet/enter-pass.asp
    Site: 1
    App Pool: DefaultAppPool
    Process: 6356
    Authentication: anonymous
    User from token: NT AUTHORITY\IUSR
    Activity ID: {00000000-0000-0000-0B00-0080010000FD}
    Failure Reason: STATUS_CODE
    Final Status: 500
    Time Taken: 32 msec

    IIS Trace Detail Highlights

    No. EventName Details Time
    43.
    n
    n
    r
    MODULE_SET_RESPONSE_ERROR_STATUS
    Warning
    ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The requested resource is in use. (0x800700aa)", ConfigExceptionInfo=""

  • 11-29-2007, 9:51 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    I am at wit's end. I'm rebuilding the machine. It was working before and I don't know why it won't now. For me, every ASP page fails. Even a page that has one line of code in it for testing. Extremely frustrating.

  • 11-29-2007, 9:54 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Yes...I am runnign through the same problem. This was working a couple weeks ago no problem...every ASP page now gives me that error. Htm files are ok though. I tried different directories and the same problem. Just so frustrating when you know something worked a couple days ago and now it does not. Vista is evil. 8-)

  • 11-29-2007, 11:16 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Ok I think I fixed it. After I followed the followign steps it worked for me.

    In IIS Manager choose View Application Pools
    then choose Set Application Pool Defaults.
    Then under Process Model set Identity to LocalSystem.

     

    Let me know if it works

  • 11-29-2007, 11:22 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    OH

    MY

    GAWD!!!!!!!!

    I absolutely KNEW it was a simple setting!! I was ready to delete my partition. Thank you so so so so much for posting. I got my response.write to appear -- no 500 error. OMGOMGOMGOMGOMGOMG!!!!! WEEKS OF TORTURE HAVE ENDED!!!

    THank you, again. <3

  • 11-29-2007, 1:28 PM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Glad it worked out for you. 8-)

  • 12-03-2007, 2:18 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 6:13 PM
    • Redmond, WA
    • Posts 1,083

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Note that you would probably not want to run the application pool as LocalSystem in a production environment, this would increase your exposure to any security issue - this indicates that there was something that NetworkService could not get permission for, surprised that you did not see anything in the process-monitor logs.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 12-03-2007, 10:00 AM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Setting this up with Vista has been absolutely painful. I made it work for local testing purposes and it's now using SpecificUser instead of NetworkService or LocalSystem so that I can specify an administrator account on the machine. If I don't do this, none of my database calls work.

    I couldn't get SQL Server 2005 to install on Vista either and have VMware running XP x64 so I can connect to it. The setup is nuts, but it works. My production environment is third-party hosted and does not involve Vista... so none of this is an issue.

  • 01-07-2008, 1:53 PM In reply to

    • iguffy
    • Not Ranked
    • Joined on 01-07-2008, 6:43 PM
    • Posts 1

    Re: HTTP 500 error 0x800700aa loading .asp pages

    I have the same problem, but after changing the identity of the application pool from "NetworkService" to "LocalSystem", all ASP pages start working, but any asp application that uses the Application, Session or Server objects now fail (and that is pretty much all ASP applications).

     I now get an error like this:

    "error '8002801d'
    /Default.asp, line 4"

     Where on that line is either code using Application, Session or a Server object. All other code above that works. These pages used to work about a week ago. I did not change anything in the ASP files or anything else. Please help, I have tried everything, including uninstalling and reinstalling IIS and ASP. It still does not work.

  • 01-07-2008, 11:06 PM In reply to

    Re: HTTP 500 error 0x800700aa loading .asp pages

    Well this is the first time I see 'resource in use' for IIS 7 :)

    If it works via LocalSystem, then I suggest you check if NetworkService has read&execute permission for asp.dll. If it is then need to figure out where networkservice having access issue. Get Procmon from MS and trace it.

    Cheers,
    Bernard Cheah
Page 1 of 2 (18 items) 1 2 Next >
Page view counter