R
RamazanOcalan
Guest
Hi all,
We are getting below error form our web.config prepared for microfocus ppm external web server. We added the error and the corresponding web.config file?
Thanks and Regards,
Ramazan ÖCALAN
------------------ IIS error -------------------
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
<fieldset>
Detailed Error Information:
Module ProtocolSupportModule
Notification SendResponse
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 \\?\D:\vakifpub\JAKARTA\web.config
Requested URL http://10.30.102.93:8009/itg/dashboard/app/portal/PageView.jsp
Physical Path D:\vakifpub\JAKARTA\itg\dashboard\app\portal\PageView.jsp
Logon Method Not yet determined
Logon User Not yet determined
</fieldset>
<fieldset>
Config Source:
3: <system.webServer>
4: <httpProtocol>
5: <customHeaders>
-------------------------------- WEB.CONFİG FİLE CONTENT--------------------
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
<handlers accessPolicy="Read, Execute, Script">
<remove name="ISAPI-dll" />
<add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" scriptProcessor="D:\vakifpub\JAKARTA\isapi_redirect.dll" resourceType="Either" requireAccess="Execute" allowPathInfo="true" />
</handlers>
<httpRedirect enabled="false" destination="isapi_redirect.dll" exactDestination="false" />
</system.webServer>
</configuration>
</fieldset>
Continue reading...
We are getting below error form our web.config prepared for microfocus ppm external web server. We added the error and the corresponding web.config file?
Thanks and Regards,
Ramazan ÖCALAN
------------------ IIS error -------------------
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
<fieldset>
Detailed Error Information:
Module ProtocolSupportModule
Notification SendResponse
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 \\?\D:\vakifpub\JAKARTA\web.config
Requested URL http://10.30.102.93:8009/itg/dashboard/app/portal/PageView.jsp
Physical Path D:\vakifpub\JAKARTA\itg\dashboard\app\portal\PageView.jsp
Logon Method Not yet determined
Logon User Not yet determined
</fieldset>
<fieldset>
Config Source:
3: <system.webServer>
4: <httpProtocol>
5: <customHeaders>
-------------------------------- WEB.CONFİG FİLE CONTENT--------------------
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
<handlers accessPolicy="Read, Execute, Script">
<remove name="ISAPI-dll" />
<add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" scriptProcessor="D:\vakifpub\JAKARTA\isapi_redirect.dll" resourceType="Either" requireAccess="Execute" allowPathInfo="true" />
</handlers>
<httpRedirect enabled="false" destination="isapi_redirect.dll" exactDestination="false" />
</system.webServer>
</configuration>
</fieldset>
Continue reading...