.NET Framework Bookmark and Share   
 index > Chart Controls for .NET Framework > problem of path of ChartImg.axd
 

problem of path of ChartImg.axd

I wrote the software that allows me to have a graph,
but when I run my page, the graph does not appearbecause it points not on the right path.
Alias is my test site: To access the graph is http://localhost/train/ChartImg.axd?i=chart_0_0.png&g=99688ed81222486ba100cfefba7b6c6d
but he made the following path http://localhost/ChartImg.axd?i=chart_0_0.png&g=99688ed81222486ba100cfefba7b6c6d

is what is related with the parameter of WebChart in the web.config??
any ideas
  •  
abdel_wiseman
There is no parameter to control chart image handler url.
Probably "train" is not the root of your web application,and this will be not the issue. To troubleshoot set "deleteAfterServicing=false" in chart settings web.config and try to access the generated url from the browser.



DelianT

You can use google to search for other answers

Custom Search

More Threads

• Multiple cursors
• StackedColumn diffrent series (columns to begin at Y-Axel 0)
• Financial Formula
• Does the install touch the .Net framework?
• How to post back hidden value
• How to get/track Browser's refresh button click event?
• How can I change the fonts of Legend on pie chart?
• The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) Word interop on RE-open
• Gaps in Stacked Column Chart
• Build Bar Chart Dynamically