Windows2012サーバー上にASP.NET4.0で開発したWebシステムを立てて運用しているのですが、
下記のエラーがでていました。
本エラーが発生する原因とエラーが出ることによる影響って何なのでしょうか?
また、本エラー解消の方法についてご存じの方がいらっしゃいましたら教えていただけないでしょうか。
なお、インターネットを検索したところ下記のURLを見つけたのですが、ASP.NET2.0のことなので、
違うものかなと思っています。
ASP.NET で暗号化されたコンテンツは、永続的なフォーム認証 Cookie を使用しているか Web ファームで展開されている Web サイトでは解読されないかエラーになる
https://support.microsoft.com/ja-jp/help/2431728/encrypted-content-in-asp.net-is-not-decrypted-or-results-in-errors-for-a-website-that-uses-persisted-forms-authentication-cookies-or-is-deployed-in-a-web-farm
----------------------------------------
ソース:ASP.NET 4.0.30319.0
イベントID:1309
メッセージ:
Event code: 3012
Event message: Web またはスクリプトのリソース要求の処理中にエラーが発生しました。リソース識別子の復号化に失敗しました。
Event time: 2017/03/07 8:57:38
Event time (UTC): 2017/03/06 23:57:38
Event ID: 2fbff508680d4d2895959b810542bb41
Event sequence: 30072
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT-1-131332401043072444
Trust level: Full
Application Virtual Path: /
Application Path: C:\xxx\xxx\xxx\xxx\
Machine name: サーバー名
Process information:
Process ID: 4360
Process name: w3wp.exe
Account name: ユーザー名
Exception information:
Exception type: HttpException
Exception message: データを検証できません。
場所 System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo, Boolean useLegacyMode, IVType ivType, Boolean signData)
場所 System.Web.UI.Page.DecryptString(String s, Purpose purpose)
場所 System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
Request information:
Request URL: https://www.xxxxxx.jp:443/WebResource.axd?d=1yN48jiqtU8mOKM8rEwcp-sBc6TnATtmI2J4gQPXlqcvu6Wxwvhf45uuMcYDKUzpIwZ4rjE8yhnni9DEEI0Dt7IM4QJOrvm6quGv-hW4WN81&t=635147041040000000
Request path: /WebResource.axd
User host address: xxxxxxxxx
User:
Is authenticated: False
Authentication Type:
Thread account name: ユーザー名
Thread information:
Thread ID: 26
Thread account name: ユーザー名
Is impersonating: False
Stack trace: 場所 System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo, Boolean useLegacyMode, IVType ivType, Boolean
signData)
場所 System.Web.UI.Page.DecryptString(String s, Purpose purpose)
場所 System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
Custom event details:
----------------------------------------
どうぞよろしくお願いいたします。