Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: 403 Access is denied issue while deleting images after server migration

  1. #1
    llong is offline Member
    Join Date
    Dec 2008
    Posts
    30

    Default 403 Access is denied issue while deleting images after server migration

    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?

  2. #2
    GoVedia is offline Member
    Join Date
    Oct 2012
    Location
    Orange, CA
    Posts
    98

    Default

    Have you ensured that the proper permissions have been set on the images folder?

    See here: http://manual.aspdotnetstorefront.co...es-folder.aspx
    http://manual.aspdotnetstorefront.co...is-denied.aspx
    Robert Kanaan
    AspDotNetStorefront Development Partner
    robert@GoVedia.com
    408-758-8845

    GoVedia
    http://GoVedia.com
    Approved AspDotNetStorefront Development Partner
    AspDotNetStorefront Recommended Reseller

  3. #3
    llong is offline Member
    Join Date
    Dec 2008
    Posts
    30

    Default

    Yes, I even tested user:full temporarily.

    To repeat, the file can be deleted if I edit the URL. It is a path issue, not a permission issue.

  4. #4
    llong is offline Member
    Join Date
    Dec 2008
    Posts
    30

    Default

    Any more ideas?