« Previous Next »

Thread: HTTP Error 500.19 - Internal Server Error

Last post 04-22-2008 5:29 PM by samiup. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 02-09-2007, 11:30 AM

    • mjpmkp
    • Not Ranked
    • Joined on 02-09-2007, 2:13 PM
    • Posts 3

    HTTP Error 500.19 - Internal Server Error

    I'm receiving the following error message...I've read through several posts and tried different things but still haven't come to a resolution. I'm running IIS7 on Vista Business.

    HTTP Error 500.19 - Internal Server Error

    Description: The requested page cannot be accessed because the related configuration data for the page is invalid.

    Error Code: 0x80070021

    Notification: BeginRequest

    Module: IIS Web Core

    Requested URL: http://localhost:80/ajaxexample

    Physical Path: c:\inetpub\wwwroot\ajaxexample

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: Not yet determined

    Config Error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

    Config File: \\?\c:\inetpub\wwwroot\ajaxexample\web.config

    Config Source:

       85: 		</modules>
       86: 		<handlers>
       87: 			<remove name="WebServiceHandlerFactory-Integrated" />
    

    Where can I find information to override what is being locked for my specific problem?

    Thanks in advance for any help you can provide.

  • 02-09-2007, 11:37 AM In reply to

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

    Re: HTTP Error 500.19 - Internal Server Error

    Look at this article for how configuration locking works

    http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=951

    Also, you can lock/unlock sections using appcmd

    %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers

    Seems like you haven't installed asp.net on your machine however (because installation of asp.net unlocks that section) - so just unlocking the section will not fix you app - go ahead and install asp.net (under iis) from add/remove windows features.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 02-09-2007, 11:45 AM In reply to

    • mjpmkp
    • Not Ranked
    • Joined on 02-09-2007, 2:13 PM
    • Posts 3

    Re: HTTP Error 500.19 - Internal Server Error

    asp.net was installed before I installed ajax.net.

    Now asp.net is not installed on my machine and it errors out when it tries to install. Any ideas?
  • 02-09-2007, 12:32 PM In reply to

    • mjpmkp
    • Not Ranked
    • Joined on 02-09-2007, 2:13 PM
    • Posts 3

    Re: HTTP Error 500.19 - Internal Server Error

  • 02-13-2008, 6:25 PM In reply to

    • rboarman
    • Not Ranked
    • Joined on 10-13-2003, 5:37 PM
    • Posts 5

    Re: HTTP Error 500.19 - Internal Server Error

    Another solution to this error is to make sure the local Users groups is added to the permissions for your website's directory.

  • 04-22-2008, 5:29 PM In reply to

    • samiup
    • Not Ranked
    • Joined on 04-22-2008, 5:26 PM
    • Posts 1

    Re: HTTP Error 500.19 - Internal Server Error

    anilr:

    Look at this article for how configuration locking works

    http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=951

    Also, you can lock/unlock sections using appcmd

    %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers

    Seems like you haven't installed asp.net on your machine however (because installation of asp.net unlocks that section) - so just unlocking the section will not fix you app - go ahead and install asp.net (under iis) from add/remove windows features.

    that was correct, thanks,

    i had the same error msg, somehow i had asp.net activated and installed under IIS , but when i installed VS2008 it asked me to install some IIS6  feature, and when i did so i lost ASP.NET in the process. now i just reinstalled it and my server is running,

    thanks

Page 1 of 1 (6 items)
Microsoft Communities