• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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