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.
<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.