I have tried all of the options that I can find on the forums but still can't get this to work right in my production environment.
Dev workstation is Windows 7.
Production is Windows 2003 Server.
Web.Config
<system.web>
<httpHandlers>
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
</httpHandlers>
</system.web>
<system.webserver>
<handlers>
<add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" />
...
</handlers>
</system.webserver>
These were added by the Smart Tag.
.ASPX Page
<rad:radchart ID="ticketCountChart" runat="server" DataSourceID="ticketCountChartODS" Height="600px" Skin="Office2007" Width="800px" Visible="False" UseSession="False">
...
</rad:radchart>
~/Temp folder exists and ASPNET has Write permissions.
What am I missing on the production server?
Dev workstation is Windows 7.
Production is Windows 2003 Server.
Web.Config
<system.web>
<httpHandlers>
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
</httpHandlers>
</system.web>
<system.webserver>
<handlers>
<add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" />
...
</handlers>
</system.webserver>
These were added by the Smart Tag.
.ASPX Page
<rad:radchart ID="ticketCountChart" runat="server" DataSourceID="ticketCountChartODS" Height="600px" Skin="Office2007" Width="800px" Visible="False" UseSession="False">
...
</rad:radchart>
~/Temp folder exists and ASPNET has Write permissions.
What am I missing on the production server?