This is a migrated thread and some comments may be shown as answers.

HTTP Error 404.0 - Not Found

1 Answer 154 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jonathan Hunter
Top achievements
Rank 2
Jonathan Hunter asked on 13 Aug 2008, 12:57 PM
I'm running into this error each time I load a page with a Chart on it. A stack trace error pops up and when you click OK to look at it, the following is displayed:

Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL https://localhost/secure/list/ChartImage.axd?UseSession=true&ChartID=e0ced6f2-afe0-4cb3-bed3-f1c84b572b69_chart_ctl00$ContentPlaceHolder1$rcGraph&imageFormat=Png&random=0.551426175772877
Physical Path H:\Resources\Web Projects\IMSEngine.com\secure\list\ChartImage.axd
Logon Method Anonymous
Logon User Anonymous

I have the following entries in the Web.config file:

    <compilation debug="true">
      <assemblies>
        <add assembly="Telerik.Charting, Version=2.0.3.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
      </assemblies>
    </compilation>
    <httpHandlers>
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2008.2.723.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
    </httpHandlers>

I've tried setting UseSession="false", which results in me needing to add a "/temp" directory, but a similar error shows up again.

Anyone have any thoughts?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 14 Aug 2008, 10:36 AM
Hello Jonathan,

The web.config entries seem fine to me, but there is one suggestion -- do you run IIS7 in integrated mode by any chance? If that is the case, please check this forum post for details.


All the best,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Jonathan Hunter
Top achievements
Rank 2
Answers by
Ves
Telerik team
Share this question
or