• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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