« Previous Next »

Thread: Problem after problem after problem

Last post 10-26-2009 11:12 AM by anilr. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 10-14-2009, 1:56 PM

    • Iskai
    • Not Ranked
    • Joined on 08-19-2002, 5:03 AM
    • Posts 2

    Problem after problem after problem

    What is with IIS7? No matter what I do I will throw something down to prevent me from getting any work done.

    For some reason I get an 500.0 error message that gives no information "Not determined yet" in every field - so I try and work on the configuration following the advice given my the Microsoft support link.

     This then gets me the error:

    Description: Calling LoadLibraryEx on ISAPI filter "C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" failed

    Error Code: 0x80070005

    Notification: BeginRequest

    Module: IIS Web Core

    Requested URL: http://localhost:80/iskai/projects/blogapi/default.aspx

    Physical Path: C:\Users\Iskai\Development\src\projects\BlogApi\src\Site\default.aspx

     

     So then I try to reinstall IIS:

    C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC>aspnet_regiis -i
    An error has occurred: 0x80004005 Unspecified error

     

    Seriously. Everything about this is broken. While I'm no particular fan of Linux, it at least tells you what the problem is when it bombs.

     

  • 10-14-2009, 2:11 PM In reply to

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

    Re: Problem after problem after problem

    The first error tells you the exact problem, the IIS worker process got an E_ACCESSDENIED error trying to load aspnet_filter.dll - check the ACL on that file directory to see what is wrong - the default ACL for that directory should give every user read permission.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 10-25-2009, 9:57 AM In reply to

    • Iskai
    • Not Ranked
    • Joined on 08-19-2002, 5:03 AM
    • Posts 2

    Re: Problem after problem after problem

    It tells me that "Access is denied." however I've opened up access to everything in an attempt to make this work. Everyone, full access Users, full access Administrators, full access IUSR account, full access NETWORK account, full access There are no entries in the event log that even say that the request failed and I can't use process monitor to attach and look at what it's trying to do because (afaik) this is the kernal that's processing this. Apologies if that last post sounded... strange. I was pretty irrate - trying to prototype an idea for a deadline and then having this bite me on the ass and then spent hours trying to make it work.
  • 10-26-2009, 11:12 AM In reply to

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

    Re: Problem after problem after problem

    Process monitor will defnitely help you with where the access denied is coming from.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
Page 1 of 1 (4 items)
Microsoft Communities