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

Report axd on iis 7

2 Answers 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marco Teodoro
Top achievements
Rank 1
Marco Teodoro asked on 10 May 2010, 04:26 PM
i need to know what type of configuration i need to set in the web Config file to get the axd files rendered on iis7.

after some debug i saw this error on axd script file

 IIS 7.5 Detailed Error - 404.0 - Not Found error.

best regards
Marco Teodoro

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 May 2010, 08:57 AM
Hi Marco Teodoro,

When you create your web application on your local dev machine, our web report viewer would register the necessary http handlers in the web.config by itself and specifically for IIS7+ e.g.:

<system.webServer>  
    <handlers>  
       <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=x.x.x.x, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"   />  
    </handlers>  
    <validation validateIntegratedModeConfiguration="false" />    
</system.webServer>

so there is nothing you should do manually. Anyway, the error you have received is a generic one that we believe is not related to our product directly.

Greetings,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Marco Teodoro
Top achievements
Rank 1
answered on 11 May 2010, 10:11 AM
hello Steve,

I already have this settings on my web config so i don't understand why the script and css files from axd are returning this error.


i now this is a generic error  but as far as i understand the problem is related to axd itself. all the others script files are rendered, only the resources from axd return this error.

i need to call some resource on master-page or something like that? or add resources to my application manually?

i'm a little stuck here i'm unable to render the report viewer properly.

Best Regards,

Marco Teodoro
Tags
General Discussions
Asked by
Marco Teodoro
Top achievements
Rank 1
Answers by
Steve
Telerik team
Marco Teodoro
Top achievements
Rank 1
Share this question
or