<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Handling chart generated images using Chart Http Handler</title><link>http://blogs.msdn.com/deliant/archive/2008/12/02/managing-chart-generated-images-with-chart-image-handler.aspx</link><description>When the Chart.RenderType property is set to ImageTag, the Chart control is rendered as standard image (img) tag. Displaying an image in current web browsers is a two stage process: first the browser renders the html page and then downloads the image</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Using Chart HTTP Handler</title><link>http://blogs.msdn.com/deliant/archive/2008/12/02/managing-chart-generated-images-with-chart-image-handler.aspx#9309560</link><pubDate>Mon, 12 Jan 2009 22:56:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9309560</guid><dc:creator>Alex Gorev's Weblog</dc:creator><description>&lt;p&gt;Delian Tchoparinov just posted on his blog about chart image rendering using Chart HTTP Handlers. This&lt;/p&gt;
</description></item><item><title>Image Not Found</title><link>http://blogs.msdn.com/deliant/archive/2008/12/02/managing-chart-generated-images-with-chart-image-handler.aspx#9530764</link><pubDate>Fri, 03 Apr 2009 19:31:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9530764</guid><dc:creator>mb35412</dc:creator><description>&lt;p&gt;The chart tool is a great application, when it works. &amp;nbsp;The fact that the image not found problem is one of the most popular topics tells me that many people are having the same problem, and that it isn't a single issue.&lt;/p&gt;
&lt;p&gt;We have it working fine on the test box but not on the production box. We checked all the settings (web.config, temporary asp.net folder, iis settings) are exactly the same.&lt;/p&gt;
&lt;p&gt;We tried the deleteAfterServicing=false option and saw that the file is being created but it is not able to get it on the web page. It gives a &amp;quot;image not found&amp;quot; error.&lt;/p&gt;
&lt;p&gt;The current appSetting that we are using is as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;add key=&amp;quot;ChartImageHandler&amp;quot; value=&amp;quot;storage=file;timeout=20;dir=C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files;&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;We also tried running process monitor on each of these servers. We noticed that on the test server, there are write and read requests generated for the .png file, but on the production, it only generates the write requests. We do not see any read requests.&lt;/p&gt;
&lt;p&gt;Also, the process that generates these requests are different on each of these servers. The test server requests are generated by the aspnet_wp.exe whereas the production server requests are generated by w3wp.exe..&lt;/p&gt;
&lt;p&gt;We are not sure if that is a problem and if so, how can we change the process generating the requests. Also, why would the read requests not get generated at all.&lt;/p&gt;
</description></item></channel></rss>