I have installed PAM portal for FIM (http://localhost8090):. The portal itself is working (the site is reachable). But when I try to navigate through the portal, I get this error:
Oops! Something went wrong. The ajax calls failed, please contact your administrator. Status code: 500. Error: Internal Server Error.
Also if I try to reach API itself (http://localhost:8086) I get this error:
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 WindowsAuthenticationModule Notification AuthenticateRequest Handler ExtensionlessUrlHandler-ISAPI-4.0_64bit 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:\Program Files\Microsoft Forefront Identity Manager\2010\Privileged Access Management REST API\web.config Requested URL http://localhost:8086/ Physical Path C:\Program Files\Microsoft Forefront Identity Manager\2010\Privileged Access Management REST API Logon Method Not yet determined Logon User Not yet determined Config Source: 36: <authentication> 37: <windowsAuthentication enabled="true" useKernelMode="false"/> 38: 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 have been trying to locate a problem from the config file but without of success. Also I can't say what is the real problem in the config file if there is.