Hello
Because Telerik Reporting i work in iss 6 and not iss 7?
You have to give permissions to any classes or special file?
Thank!.
Because Telerik Reporting i work in iss 6 and not iss 7?
You have to give permissions to any classes or special file?
Thank!.
3 Answers, 1 is accepted
0
Hello Mauricio,
This is a generic .NET error that is not directly related to Telerik Reporting. Judging by the stack trace from the screenshot, the problem seems to be related to the web viewer http handler registration. In IIS7, the handler of the viewer should be registered in the <system.webServer><handlers> section like so:
This information is available in the How to: Add report viewer to a web page help article.
Kind regards,
Steve
the Telerik team
This is a generic .NET error that is not directly related to Telerik Reporting. Judging by the stack trace from the screenshot, the problem seems to be related to the web viewer http handler registration. In IIS7, the handler of the viewer should be registered in the <system.webServer><handlers> section like so:
<
system.webServer
>
<
handlers
>
<
add
name
=
"Telerik.ReportViewer.axd_*"
path
=
"Telerik.ReportViewer.axd"
verb
=
"*"
type
=
"Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=5.3.11.1116, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
......
</
handlers
>
....
This information is available in the How to: Add report viewer to a web page help article.
Kind regards,
Steve
the Telerik team
Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!
0

mauricio
Top achievements
Rank 1
answered on 18 Jan 2012, 03:39 PM
Hello Steve.
settings are all ok, follow the instructions in the page, and still nothing.
is possible that some settings iss 7 not let me use telerik reporting?
that differencemay have with iss 6 ?
beforehand thank you very much, excellent work as a company
settings are all ok, follow the instructions in the page, and still nothing.
is possible that some settings iss 7 not let me use telerik reporting?
that differencemay have with iss 6 ?
beforehand thank you very much, excellent work as a company
0
Hello mauricio,
Let's continue the discussion in the other thread you've opened. We kindly ask you to use just one support channel to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two threads instead of one. Threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.
Thank you for your understanding.
Kind regards,
Steve
the Telerik team
Let's continue the discussion in the other thread you've opened. We kindly ask you to use just one support channel to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two threads instead of one. Threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.
Thank you for your understanding.
Kind regards,
Steve
the Telerik team
Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!