• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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