I am working with a legacy swf file that is looking in the controller/action routing for a static route. For example, it is trying to download the file
http://localhost:59801/Resource/Details/ClearExternalPlaySeekMute.swf
When the file exists in the root directory:
http://localhost:59801/ClearExternalPlaySeekMute.swf
Can I use MapRoute
to map this URL to the root directory?