• 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.

404 error on webresources.axd and Reserved.ReportViewerWebControl.axd

H

Hawkmoth

Guest
Hi Guys and Gals

I'm in desperate need of some help.

Heres the setup:-
Windows 2003 R" Datacenter x64 Edition service Pack 2
IIS6.0
Plesk 9.2

We have a website that has been working fine with another host.
Recently, we decided to bring all our websites under one roof and have been migrating our sites to a new host with the above setup.

We have a asp.net 2005 web application that uses the Crystal Report server.
We get several 404 errors on websources.axd on menu controls and Reserved.ReportViewerWebControl.axd.

I reconized that this could be a mapping issue and have added the folowing to the project web.config file

<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
<add path="WebResource.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" validate="true"/>

Also checked the mappings in the IIS:-
.axd is mapped to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
and the 'Verify that file exists' option is unticked.

Is there something else I should be doing?
 
Back
Top