In .NET 4.0, simply exposing a resource via a StaticFileHandler does not enable it to be served. This undocumented change causes 'unmodified' files from being retrieved via an ImageResizer provider.
The workaround is to specify StaticFileHandler for those requests, a la
In .NET 4.0, simply exposing a resource via a StaticFileHandler does not enable it to be served. This undocumented change causes 'unmodified' files from being retrieved via an ImageResizer provider.
The workaround is to specify StaticFileHandler for those requests, a la
The text was updated successfully, but these errors were encountered: