Вы добавили обработчик раздела?Если нет, вам нужно добавить это к вашему элементу <configSections>
:
<section name="securityCryptographyConfiguration"
type="Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.CryptographySettings,
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography,
Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Как только вы это сделаете, вы сможете добавить тег securityCryptographyConfiguration в ваш файл web.config, помня, чтоон расположен сам по себе, он не вложен в другой раздел, например:
</configSections>
<!-- The crypt config section sits at the same level as configSections
<securityCryptographyConfiguration />
<system.web>