• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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