locked
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. RRS feed

  • Question

  • User-585844581 posted

    Hi all,

    I'm using Windows 7 , 64 -bit  OS and IIS 7.

    When I want to create URL to my web application, I'm getting following error.

    I set , Enable 32 bit applications as True.

    Please help.

    <div id="content"> <div class="content-container">

    <fieldset><legend>Error Summary</legend>

    HTTP Error 500.19 - Internal Server Error

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

    </fieldset>

    </div> <div class="content-container">

    <fieldset><legend>Detailed Error Information</legend><div id="details-left">
    Module IIS Web Core
    Notification BeginRequest
    Handler Not yet determined
    Error Code 0x80070005
    Config Error Cannot read configuration file due to insufficient permissions
    Config File \\?\C:\Users\Dee_Bee\Desktop\WorkSolution\Web\web.config
    </div> <div id="details-right">
    Requested URL http://172.16.32.121:80/WorkingSolution2/ASPX/Join.aspx
    Physical Path C:\Users\dorababu.ambati\Desktop\WorkSolution\Web\ASPX\Join.aspx
    Logon Method Not yet determined
    Logon User Not yet determined
    </div></fieldset>

    </div> <div class="config_source content-container">

    <fieldset><legend> Config Source</legend>
     -1:  0: 
    
    </fieldset>

    </div> <div class="content-container">

    <fieldset><legend>Links and More Information</legend>This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.

    View more information »

    </fieldset>

    </div> </div>

    I will be greateful if someone able to help me out to clear the issue.

    Thank you,

    DeeBee

    Wednesday, January 30, 2013 5:24 AM

Answers

  • User-1731511703 posted

    The error is shown as:

    Cannot read configuration file due to insufficient permissions

    The first thing to check is that IIS AppPool\DefaultAppPool (if you're using the Default AppPool) has read and execute permissions on disk at C:\Users\dorababu.ambati\Desktop\WorkSolution\Web\.

    Here is a link with more information that you may find helpful:

    http://www.iis.net/learn/manage/configuring-security/application-pool-identities

    • Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
    Wednesday, January 30, 2013 7:41 AM