Hello
I am using the latest build 1.8.0.0 (from the 2008 Q1 futures build)
(and have no other previous prometheus builds or references)
I have the the following in my web.config file
<
add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2008.1.325.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
The Chart works fine on the Visual Studio's Development WebServer, -how ever when I try to view the same page via IIS it throws the following message...
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Module |
IIS Web Core |
Notification |
MapRequestHandler |
Handler |
StaticFile |
Error Code |
0x80070002 |
Am I missing something ?
Do i need to setup permissions?