asp.net Sharepoint could not connect to the publish custom string handler and could not perform output cache processing

  • 2020-05-10 17:55:46
  • OfStack

Problem description:
Unable to connect to the publish custom string handler, unable to perform output cache processing. IIS instance ID is "1772638466",
URL as "http: / / XXXX. XXX. XXX/EnglishWorld/Default aspx".
For more information, please refer to the http: / / go microsoft. com/fwlink/events asp help and support center.
It appears in the system log patch (except for URL), but it seems to have no effect on the system and can be used normally.
This problem will not affect normal use, but the log will soon be full
Premise:
The EnglishWorld project is deployed as a virtual directory under the Sharepoint site in use. The file location is:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\EIP\Module\EnglishWorldPage
Reasons for the problem:
The sharepoint site has a few customizations < httpmodule > , which contains the item: PublishingHttpModule, which does not need to be used in the mailbook directory, can be removed to solve the problem
Solutions:
Edit in web.config under the EnglishWorld virtual path to add the following configuration
< httpModules >
< remove name="PublishingHttpModule" / >
< /httpModules >

Related articles: