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 5 of 5

Thread: Upload product error

  1. #1
    mskArthur is offline Junior Member
    Join Date
    Mar 2010
    Posts
    2

    Question Upload product error

    It's able to upload the icon and medium product image. But when uploading large product image, I meet the error below.
    "You do not have proper permissions set. You must ensure that the ASPNET and NETWORK SERVICE users have write/modify permissions on the images directory and it's sub-directories. "
    The permissions on the /images/product/icon, /images/product/medium and /images/product/large are the same.
    What is the problem?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Hey Arthur,

    That's a permission issue on the images folder, as what the error message clearly states. There is really nothing else that could cause that. Go ahead, right click the {root}/Images folder, remove asp.net or network service account, and add it back again with read/write/modify permissions so the sub-folders under it will be inherited with those permissions.

  3. #3
    mskArthur is offline Junior Member
    Join Date
    Mar 2010
    Posts
    2

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Alfred View Post
    Hey Arthur,

    That's a permission issue on the images folder, as what the error message clearly states. There is really nothing else that could cause that. Go ahead, right click the {root}/Images folder, remove asp.net or network service account, and add it back again with read/write/modify permissions so the sub-folders under it will be inherited with those permissions.
    Hi Alfred,

    I have done it as you said. But the error is still exist.

  4. #4
    B-Double-U is offline Member
    Join Date
    Dec 2006
    Posts
    36

    Default

    We are getting this error as well. It seems to occur most, when we are trying to overwrite an image or when using the multi-image manager.

    Exception=You do not have proper permissions set. You must ensure that the ASPNET and NETWORK SERVICE users have write/modify permissions on the images directory and it's sub-directories.

    The other notable thing is that it happens much much more to some users, where as other users don't seem to have the issue.

    Any help is greatly appreciated.

  5. #5
    donato is offline Senior Member
    Join Date
    Jun 2009
    Posts
    215

    Default

    I am getting this error as well! And with Windows Server 2008, it does not have an ASPNET service account! What now?