Hi,
Can you please help me on the below error. I have googled the error and try different solutions but nothing worked yet.
I am using Windows 2012 server R2, .Net framework 4.5, ASP.Net MVC 4
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<br> a location tag with overrideMode="Deny" or the legacy allowOverride="false". |
| --- |
--- |
| Config File |
\?\C:\inetpub\wwwroot\Bonobo.Git.Server\web.config<br><br><br><br><br><br>Config Source:<br><br><br> 52: <system.webServer><br> 53: <modules runAllManagedModulesForAllRequests="true" /><br> 54: <handlers>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 » |
| --- |
--- |
I am basically new in IIS but with 20+ yrs exp in IT/Java side.
Here is my configuration Windows server 2012 R2 with IIS 8.5, .Net framework 4.5 and ASP.NET MVC4