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

Changes to Web.config?

1 Answer 210 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 17 Sep 2008, 07:34 PM
I have recently purchased Telerik Reporting Q2 2008 and created a few reports using the report viewer in a WebForm. The way I have things working as of now, I had to updated my project's Web.config file with the changes shown below. Are there other ways of deploying Telerik Reporting such that no changes are needed in the Web.config file? My product's upgrade process does not deal gracefully with changes to the Web.config and we have > 100 customers who would need to deal with manual Web.config updates if we were to release an updated Web.config file. Aren't there other ways of achieving the same end as the changes shown below? Is there a standard generic answer to my deployment-related question?

Thanks!
-Eric

  <httpHandlers>
   <add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.8.8.723, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true"/>
  </httpHandlers>

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 18 Sep 2008, 07:06 AM
Hi Eric,

There is no way to "workaround" this. The http handler is required by our Web ReportViewer and when you upgrade the Reporting assemblies, it should be updated as well.

All the best,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Eric
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or