Sales Reports not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 anni tempo fa
Hi all,
when I try to run a sales report I get the following error:

No http handler was found for request type 'POST'

Can anybody givce me any help or ideas on this please?

Many thanks!
12 anni tempo fa
Fixed. added

<handlers>
      <add name="Chart" path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </handlers>

to the system.webserver section in the web.config
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.