|
It looks like the following line of code was added to RegisterRoutes (possibly with the addition of SquishIt):
routes.RouteExistingFiles = false;
Unfortunately, it looks like this blocks access to all image files (and other static files). This works fine with the default Theme because it doesn't use any images, but if you switch over to Emplode, a few additional images won't load (there's already
a few that don't load because the path needs to be updated).
Just curious why it was added. Is it safe to remove it?
Thanks!
|