Hi,
I am experiencing machine problem, the same application is working fine in 32 bit machine of my colleague where as in my 64 bit machine I am getting the following error. Kindly help. Thanks in advance. I also tried by changing Target Platform of the web app, under Properties-->Build-->Platform Target: From X86 to X64, in fact I tried all 3.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information:
Module
|
IIS Web Core
|
Notification
|
BeginRequest
|
Handler
|
Not yet determined
|
Error Code
|
0x80070021
|
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:\Applications\NAT\Sustain\Sustain\src\UIProjects\NATWeb\web.config
|
Requested URL
|
http://localhost:80/NAT/UI/Home.aspx
|
Physical Path
|
C:\Applications\NAT\Sustain\Sustain\src\UIProjects\NATWeb\UI\Home.aspx
|
Logon Method
|
Not yet determined
|
Logon User
|
Not yet determined
|
Config Source:
18: <validation validateIntegratedModeConfiguration="false"/>
19: <handlers>
20: <remove name="ChartImageHandler"/>
More Information:
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 »