You need to configure it to be ignored at different levels, as Kenneth mentioned. In my application, we worked on only one level. However, you can use the following code and set several levels.
routes.Ignore("{parent}/{sub}/{resource}.axd");
source share