• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Sitebuilder Duplicating Handler

G

Guilherme Schroder

Guest
The Sitebuilder simply duplicate the handlers:

<add verb="*" path="ImageGalleryHandler.ashx" type="SWsoft.SiteBuilder.Modules.ImageGallery.ImageGalleryHandler, SiteBuilder.Modules.ImageGallery, Version=4.5.221.27551, Culture=neutral, PublicKeyToken=null" />
<add verb="*" path="PostImageHandler.ashx" type="SWsoft.SiteBuilder.Modules.ImageGallery.PostImageHandler, SiteBuilder.Modules.ImageGallery, Version=4.5.221.27551, Culture=neutral, PublicKeyToken=null" />

This is caused randomly, there is a pattern.

Our sites are created from the web services available.

Has anyone experienced this problem? How can we find the cause and resolve?

"Solution" found:
This error unfortunately, is reported by our client, so they see the site out, get in touch with our support and I must directly change the web.config of the site within the server, deleting the duplicate handlers. And then it does not occur again.
 

Attachments

  • Duplicate.jpg
    Duplicate.jpg
    97.1 KB · Views: 1
  • web.config.txt
    13.8 KB · Views: 2
Back
Top