简体   繁体   中英

How to create encryption key

I followed all the steps for Commerce Server 2009 R2 Three Tier Installation.

Everything is good, the Commerce server works good, all the .wsp are deployed successfully and the web application is created. I am using a self created certificate.

But when I try to browse the site I get an error like this (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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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