Bug reports
Version 2.x > Bug reports > What does this do? View modes: 
User avatar
Member
Member
Lewis@lewis-web-solutions.co.uk - 1/2/2008 10:06:35 PM
   
What does this do?
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,

User avatar
Member
Member
Jon Adams - 1/24/2008 12:06:42 AM
   
RE:What does this do?
This is covered in the documentation under Installation - Configuration in a Medium Trust Environment.

http://www.kentico.com/docs/devguide/configuration_for_medium_trust.htm

User avatar
Member
Member
dailyrazorhost-gmail - 11/27/2012 8:58:17 AM
   
RE:What does this do?
Thnx for suggestion. Its really helpful to me and for sure to all.