I found out that the questionmark in the url in combination with these parameters raises an error for imageprocessor. By intercepting the ValidatingRequest event, i found out that all images files, with or without a questionmark in the url, are being processed by ImageProcessor.
What i want, also for performance reasons, is to exclude the complete "Resources" folder from being processed by ImageProcessor. Is the a way or a setting to achieve this? Or is it possible to let ImageProcessor only process files in the "~/Media" folder?
I couldn't find it in the imageprocessor documentation. In the imageprocressor "processing.config" file the setting "interceptAllRequests" is set to false but still all images are getting processed at the moment.
Exclude folder from ImageProcessor
Hi,
I have a folder "~/Resources/Images" where i put in all image that are used for the site to work, like loader gifs and icons.
I also wanted to add favicon png's to this folder and added versioning to these files to prevent the caching of new versions:
I found out that the questionmark in the url in combination with these parameters raises an error for imageprocessor. By intercepting the ValidatingRequest event, i found out that all images files, with or without a questionmark in the url, are being processed by ImageProcessor.
What i want, also for performance reasons, is to exclude the complete "Resources" folder from being processed by ImageProcessor. Is the a way or a setting to achieve this? Or is it possible to let ImageProcessor only process files in the "~/Media" folder? I couldn't find it in the imageprocessor documentation. In the imageprocressor "processing.config" file the setting "interceptAllRequests" is set to false but still all images are getting processed at the moment.
Bestregards,
iNETZO
I have the same issue. Getting hundreds of exceptions such as the below:
Can anyone provide any information about how to exclude certain files or folders from image processor?
For info, the site is hosted on Azure with a single web app and using Azure blob storage for the media. The security config is as follows:
Any help would be appreciated.
Thanks
is working on a reply...