简体   繁体   English

如何创建加密密钥

[英]How to create encryption key

I followed all the steps for Commerce Server 2009 R2 Three Tier Installation. 我遵循了Commerce Server 2009 R2三层安装的所有步骤。

Everything is good, the Commerce server works good, all the .wsp are deployed successfully and the web application is created. 一切正常,Commerce Server运行良好,所有.wsp均已成功部署,并创建了Web应用程序。 I am using a self created certificate. 我正在使用自行创建的证书。

But when I try to browse the site I get an error like this (Sharepoint Log Viewer): 但是,当我尝试浏览该站点时,出现如下错误(Sharepoint Log Viewer):

Name=Request (GET:http://wfe1:8000/)

System.Configuration.ConfigurationErrorsException: The encryption key for secureCookieEncryptionKey is required.
 at Microsoft.Commerce.Server.CommerceUserRecognition.Initialize()
 at Microsoft.Commerce.Server.CommerceUserRecognition.GetAnonymousUserId()
 at Microsoft.Commerce.Server.CommerceUserRecognitionModule.GetAnonymousUserId()
 at Microsoft.Commerce.Server.CommerceUserRecognitionModule.OnPostAuthenticateRequest()
 at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
 at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Site=/

Unknown SPRequest error occurred. More information: 0x80070005

Leaving Monitored Scope (Request (GET:http://wfe1:8000/)). Execution Time=20.6327200803454

How can i create an encryption key? 如何创建加密密钥?

Thanks. 谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM