• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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