• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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