1024programmer Blog Troubleshooting ASP.NET Chart Control Error executing subrequest for ChartImg.axd. _hhxshhxs88’s blog

Troubleshooting ASP.NET Chart Control Error executing subrequest for ChartImg.axd. _hhxshhxs88’s blog

1. Modify web.Config

Modify the absolute path of dir=c:/TempImages/ to the relative path of url=~/TempImages/ (precondition: the website file must contain the TempImages folder)

2. Modify

for

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

3. Modify

<add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD"
path=”ChartImg.axd” type=”System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web .DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ />

is:

<add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST
path=”ChartImg.axd” type=”System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ />

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/troubleshooting-asp-net-chart-control-error-executing-subrequest-for-chartimg-axd-_hhxshhxs88s-blog/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索