ユーザーがURLでWebResource.axdおよびScriptResource.axdのような各種のASP.NETのリソースをリクエストすると、Sitecoreのログ ファイルに以下のエラーが出力される可能性があります。例えば、ASP.NET AJAXのスクリプトなどのリソースで、この事象が起きる可能性があります。
Message: This is an invalid webresource request.(これは無効な webresource 要求です。) System.Web.HttpException Source: System.Web at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
ほとんどの場合では、このエラーはSitecoreに直接関連するものではなく、一般的なWebサイトの設定に起因しています。
この挙動を引き起こすよくある原因としては、以下のようなものが考えられます。