sarahedgehog
New Member
I have an svg file as my assets and in routeconfig, I have mentioned the below code\[code\] routes.IgnoreRoute("{*svg}", new { svg = @"(.*/)?.svg(/.*)?" });\[/code\]This seem to be working fine with cassini (Visual Studio 2012 Buit-in Deployment Server) but when I deploy it to Azure I get a 404. Is my IgnoreRoute statement right ? or any other solutions ? all other images, style sheets seems to work ok.Thanks a lot in advance.