Our hosting partner have just upgraded their .NET framework to cause issues with any third party code, libraries, objects, or assembilies.
This caused the Web.Config File from Kentico CMS 2.1c (build: 2.1.2617) to cause a Configuration Error. The only way to correct this issue that i could find with my limited knowleage of ASP.NET extensions was to remove the following peice of code:
<webServices>
<soapExtensionImporterTypes>
<add type="Microsoft.Web.Services3.Description.WseExtensionImporter, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</soapExtensionImporterTypes>
<soapServerProtocolFactory type="Microsoft.Web.Services3.WseProtocolFactory, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</webServices>
The CMS seams to work fine, but does anyone know what this peice of code (line 77) does or what I should put in its place?
Thanks,