• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

WebResource.axd handler error message

C

campisi

Guest
We’re trying to setup an ASP.Net 2.0 Web site on Windows 2008 / Plesk 8.6 and we’re running into some trouble. I'm getting the following error message:
The WebResource.axd handler must be registered in the configuration to process this request

Here is the actual link of my site: http://66.132.238.105/main/login.aspx?ReturnUrl=/listings/listings.aspx

The error appears to only be on ASP.NET pages with validation controls. We searched the Internet and found a forum post that describes the problem I am having as well as what happens when I make the changes suggested by the error message to the web.config file. Here is the forum link: http://forums.iis.net/p/1147595/1862138.aspx and I’m attaching a screenshot of the error message I get when clicking the Plesk "ASP.NET" icon.

You can view this screenshot here: http://www.jmwebdesigns.com/temp/Capture.gif

Can someone at Plesk please instruct me on what’s going on and to help provide a solution ASAP? Thanks!
 
Please add to web.config

<add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode" />
 
Back
Top