HI everyone
I compiled my application on development server and it works, but when I transfer it to a Windows Web 2008 machine with IIS7 the report just gives me a "submit query" text everyone and the report doesn't display.
I have the following handler in the system.webserver of the web.config
Any ideas?
I compiled my application on development server and it works, but when I transfer it to a Windows Web 2008 machine with IIS7 the report just gives me a "submit query" text everyone and the report doesn't display.
I have the following handler in the system.webserver of the web.config
<
add
name
=
"Telerik.ReportViewer.axd_*"
path
=
"Telerik.ReportViewer.axd"
verb
=
"*"
type
=
"Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.0.12.302, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
preCondition
=
"integratedMode"
/>
Any ideas?