Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

MIM portal error "Unable to process your request" after applying SharePoint Server updates


View products that this article applies to.

Cause

The security level of SharePoint ghosted pages was enhanced by forbidding server-side scripts and unsafe controls. Because MIM portal uses server-side scripts, its pages are blocked from rendering.

↑ Back to the top


Workaround

To work around this issue until the next MIM hotfix is released, add a new PageParserPath element that has a VirtualPath attribute to the Web.config file under the configuration/SharePoint/SafeMode/PageParserPaths element, as follows:

     <SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="250" AllowPageLevelTrace="false">
          <PageParserPaths>
               <PageParserPath VirtualPath="/identitymanagement/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="True"/>
          </PageParserPaths>
     </SafeMode>

↑ Back to the top


References

Microsoft Identity Manager release history

Learn about the terminology that Microsoft uses to describe software updates.

↑ Back to the top


Keywords: kbfix

↑ Back to the top

Article Info
Article ID : 4585798
Revision : 6
Created on : 10/2/2020
Published on : 10/2/2020
Exists online : False
Views : 292