Displaying ASP.NET Chart controls in ASP.NET MVC site with virtual path?

In order to get a path to be ignored, you have to add the specific path to the IgnoreRoute.

In order to get a path to be ignored, you have to add the specific path to the IgnoreRoute. Routes. IgnoreRoute("VirtualPath/{resource}.

Axd/{*pathInfo}"); I was also able to get it to work in my particular case using: routes. IgnoreRoute("{controller}/{action}/{resource}. Axd/{*pathInfo}").

1 The problem is NOT that it is mapped to the virtual path and then ignore it by route to solve it. The problem is that it is NOT mapped to my virtual directory. So, it is mapped to the default axd in root instead of mapped to my virtual dir.

– Johannes Setiabudi Jun 22 '10 at 19:57.

I'm no routing expert, but you might need something like this in your global. Asax: routes. IgnoreRoute("{resource}.

Axd/{*pathInfo}").

Already did that - and like I mentioned, if no virtual path - it works as it should. But adding virtual path breaks it. – Johannes Setiabudi Feb 17 '10 at 16:26.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions