Need a simple CRM and Project Management system?
Check out JobNimbus - CRM for Contractors and Service Professionals.

Reply to comment

Fixing "Error executing child request for ChartImg.axd"

Dear All,
in such situation,
Simply you can add "POST" in the verb section in your web config, which it will look like this:

add path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
validate="false"

Best Regards,
Mohammad Shahbazi

Reply