Commerce Server 2009 R2 の 3 層インストールのすべての手順に従いました。
コマース サーバーは正常に動作し、すべての .wsp が正常に展開され、Web アプリケーションが作成されました。自己作成証明書を使用しています。
しかし、サイトを閲覧しようとすると、次のようなエラーが表示されます (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
暗号化キーを作成するにはどうすればよいですか?
ありがとう。