Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagejs
<system.webServer>
  <security>
    <requestFiltering>
	<requestLimits maxAllowedContentLength="209715200" />
   </requestFiltering>
  </security>
</system.webServer>

hptrim.config (changes for v23+ only)

Open the hptrim.config for the CMService web app and set the property requireAntiForgeryToken to false

Code Block
breakoutModewide
languagejs
 requireAntiForgeryToken="false"

NOTE: If you see the following error within the T4S log file “Unauthorized User Access to Search“ check if the requireAntiForgeryToken existis within the hptrim.config, and if not then add it.