Message in Japanese (日本語)
この要求を処理するには、WebResource.axd を構成ファイルに登録しなければなりません。<!-- Web.Config Configuration File --><configuration> <system.web> <httphandlers> <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True"></add> </httphandlers> </system.web></configuration>
Unlocalized message
The WebResource.axd handler must be registered in the configuration to process this request.<!-- Web.Config Configuration File --><configuration> <system.web> <httphandlers> <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True"></add> </httphandlers> </system.web></configuration>
Search by Google