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

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