• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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