Results 1 to 4 of 4

Thread: faulting application aspnet_wp.exe

  1. #1
    Join Date
    Jul 2009
    Posts
    2

    faulting application aspnet_wp.exe

    I am using ASP.NET & has just started learning things in it. But recent it gave me an error message saying "aspnet_wp.exe could not be started. HRESULT for the failure: 80070545" Does anyone know why the problem is created ??? Any Help will be appriciated...!

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: faulting application aspnet_wp.exe

    To work around this problem, verify that the ASPNET account has the correct user rights as follows :


    • %windir%\Microsoft.NET\Framework\Version\Temporary ASP.NET Files: Full Control

    • %windir%\Temp: Full Control

    • Application folder: Read

    • %installroot% hierarchy (for example, %windir%\Microsoft.Net\Framework\Version): Read

    • %windir%\Assembly: Read

      Note This is the global assembly cache. You cannot directly use Windows Explorer to edit ACLs for this folder. Instead, open a command window, and then run the following command:

      Code:
      cacls %windir%\assembly /e /t /p domain\useraccount:R
      Alternatively, before you use Windows Explorer, run the following command to unregister Shfusion.dll:

      Code:
      regsvr32–u shfusion.dll
      After you set user rights in Windows Explorer, run the following command to re-register Shfusion.dll:

      Code:
      regsvr32 shfusion.dll
    • Web site root (for example, %root%\Inetpub\Wwwroot) or the path that the default Web site points to: Read

    • %windir%\System32: Read
      (Typically, the ASPNET account has already been granted user rights as a member of the Users group.)

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: faulting application aspnet_wp.exe

    The Link May solve your problem of "aspnet_wp.exe could not be started. HRESULT for the failure: 80070545" If the problem is same discussed over there. I will to have a look at it. The Link is the Direct solution for Microsoft..!

    FIX: ASP.NET does not work

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: faulting application aspnet_wp.exe

    After a lot of research i found that it might be the problem of .NET Framework in your computer. I will recommend you to install the latest framework to your computer & try. I can say that this will definitely work...!

Similar Threads

  1. Fix faulting application hotkeyapp.exe
    By killerboy in forum Operating Systems
    Replies: 3
    Last Post: 24-07-2009, 06:01 PM
  2. Replies: 2
    Last Post: 12-01-2009, 10:09 AM
  3. Faulting application spoolsv.exe
    By Matt in forum Windows Server Help
    Replies: 2
    Last Post: 22-06-2007, 11:16 PM
  4. Replies: 1
    Last Post: 06-12-2006, 04:25 AM
  5. Faulting application wmiprvse.exe,
    By news in forum Windows Server Help
    Replies: 2
    Last Post: 06-07-2005, 09:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,904,952.59028 seconds with 16 queries