I've created a simple page which contains nothing but a Telerik report viewer. When I run the web application in the IDE, the control shows up on the page as expected. When I create a virtual directory in IIS 6, and point it to my web application and browse to the page, the report viewer control has broken images and gives javascript errors.
I'm using Visual Studio 2008 on Vista.
httpHandlers in system.web contains
and system.webServer handlers section contains
Please advise! Thank you...
I'm using Visual Studio 2008 on Vista.
httpHandlers in system.web contains
<add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.5.8.414, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> |
and system.webServer handlers section contains
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=1.5.1.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0" /> |
Please advise! Thank you...