<add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.5.8.519, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true"/>
Web App Config:
- handler above exists in the web.config as it was added automatically.
Refences in VS2005:
- Telerik.reporting, reporting.interfaces, reporting.processing and reportviewer.webforms
set to Local.
Application structure:
- Main menu application (web.config)
- bin folder
- Telerik sub application (web.config this file contains the handler)
- bin folder
- Delivery note sub application
- bin folder
All dll's are copied to the top bin folder as it is necessary to get the app to work.
The handler is is in the sub application.
Web Server:
- W2k3 IIS with the latest patches etc.
- Using windows authentication (basic).
Any ideas why I get this error on the server but not local pc?
Regards,
Graham O'Riley
Netdocs Plc