Cross posting from: http://forums.aspdotnetstorefront.co...rver-migration since it has been 4 days without a reply
We recently move a ML 8.0.1.2/8.0.1.1 site to a new server. Everything was an exact copy from the old server and the rest of the site appears to be working fine.
However, when we try to delete a product image there is a 403 - Forbidden: Access is denied server error.
I looked at the URL in the pop up window and saw ...
https:// domain.com/admin/deleteimage.aspx?imgurl=../images/Product/icon/268563.jpg&FormImageName=Pic1
If I copy and paste this to a new window in the following format:
https:// domain.com/admin/deleteimage.aspx?imgurl=D:/webroot/images/Product/icon/268563.jpg&FormImageName=Pic1
it is able to delete the image.
Looks like the application is confused about the root folder location - even though the structure is exactly the same as the old server.
Where should I look to fix this?