« Previous Next »

Answered Thread: HTTP Error 500.19 - Internal Server Error

Last post 12-02-2010 2:35 AM by adarshsharma99. 10 replies.

 

RSS

Page 1 of 1 (11 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

    Answered 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, 9: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

  • 01-06-2010, 5:19 PM In reply to

    • kahanu
    • Not Ranked
    • Joined on 09-06-2007, 11:04 PM
    • Posts 9

    Re: HTTP Error 500.19 - Internal Server Error

     Can someone tell me why this happens?

     I just got a dedicated server, I used Web PI to install ASP.NET, IIS, etc. and I create the web sites using Helm 4 control panel from Parallels.

    Helm creates the web sites ok, but ASP.NET sites are set to "Deny", "by default"?  Why is this done by default?

    I tried using the command line to unlock the config section, but that didn't work.

    I'd like to know:

    1. why this is set to "Deny" by default? 
    2. how can I set them all to "Allow"?
    Thanks.
  • 01-14-2010, 10:09 AM In reply to

    Re: HTTP Error 500.19 - Internal Server Error

    I know this is an old post, but do you have a list of sections/settings unlocked by the ASP.NET installation?

    Thank you

  • 09-12-2010, 11:03 PM In reply to

    Re: HTTP Error 500.19 - Internal Server Error

    For others who happen upon this situation... I was receiving the same HTTP Error 500.19 - Internal Server Error on a new server running IIS7. It turned out that I had not yet installed the URL Rewriter, which the site used. You can install it from one of the links listed here: http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
  • 09-13-2010, 3:06 AM In reply to

    • kctt
    • Top 25 Contributor
    • Joined on 08-27-2010, 2:47 PM
    • Posts 569

    Re: HTTP Error 500.19 - Internal Server Error

     The first step to troubleshoot this kind of error is turn on detailed error.

    From detailed error you will know what should be installed or re-configured to make IIS happy.

  • 12-02-2010, 2:35 AM In reply to

    Re: HTTP Error 500.19 - Internal Server Error

    The below error can come due to different reason so please read the below error code and config error then try to find the solution. In this case, i resolved this problem by adding  IIS_IUSRS with full permission in my project folder security section.

    HTTP Error 500.19 - Internal Server Error

    Error Code 0x80070005
      Config Error Cannot read configuration file due to insufficient permissions

Page 1 of 1 (11 items)