Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working asp.net mvc 4. Using RDCL for reporting.
Reserved.ReportViewerWebControl.axd not found error occurring.

What I have tried:

I have change in web.config but this not resolve
Posted
Updated 4-Apr-17 20:46pm

1 solution

My issue has been resolved. I mad different areas for routing in my solution and I didn't add
public static void RegisterRoutes(RouteCollection routes) {
            routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
}

in the area rout classess.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900