I was able to bypass this error log with the web config rule but didn't get any optimal solution yet.
<rule name="Block none existing image files before ImageProcessor" stopProcessing="true">
<match url="^media/" />
<conditions><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /></conditions>
<action type="CustomResponse" statusCode="404" statusReason="File or Directory not found." statusDescription="The resource you are looking for might have been removed." />
</rule>
ImageProcessor - missing image on file path
Hello all,
I was hoping someone can help me resolve and recurring error i have recently encountered and is filling up my log files.
This is the error being produced:
The image paths contain the correct path for the file server but the images are not present.
Any suggested would be greatly appreciated!
please check what your container is public
Did anyone get the solution?
I was able to bypass this error log with the web config rule
but didn't get any optimal solution yet.
Regards
is working on a reply...