Hi,
Currently we've setup our website in IIS like this:
- Website = /application
- Files = virtual directory to /Files
- Files/Images = virtual directory to a network share like \\share\customer\Images with authentication
This works perfectly but the images doesn't work with the /Admin/Public/GetImage.ashx file for croping images. I'm getting a 404 page. In our previous setup the /Files/Images was just in the /Files virtual directory so it can work with virtual directories, but not with double virtual directories or authentication on a network share I think?
Any ideas how to get this working? Images render perfectly when I'm not using that file for croping...