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

Thread: V9 Error uploading - Category images Write Permission???

  1. #1
    MSD is offline Member
    Join Date
    Sep 2009
    Location
    EST
    Posts
    57

    Default V9 Error uploading - Category images Write Permission???

    I am trying to upload images and server permissions are probably getting in the way. Does the error message below confirm somthing like permissions on the server or is it some other write level issue with the software.

    Thanks,

    MSD

    /// Below is the page at the error log
    ERROR: Error updating Drive Walkers: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\wwwroot\mysite.com\wwwroot\images\Cate gory\medium\tmp_9.jpg' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at AspDotNetStorefrontAdmin.entityEdit.HandleImageSub mits() in c:\inetpub\wwwroot\mysite.com\wwwroot\Admin\entity Edit.aspx.cs:line 1285 at AspDotNetStorefrontAdmin.entityEdit.UpdateEntity() in c:\inetpub\wwwroot\mysite.com\wwwroot\Admin\entity Edit.aspx.cs:line 1155
    Started V8 switched half way to V9 /// I need a V9 Forum

    AspDotNetStorefrontML 9.0.1.3/9.0.1.3 AspDotNetStorefront ML 8.0.1.2/8.0.1.2

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

    Default

    That's a permission issue, yes. Go to {root}/images folder, that needs to have Read & Execute, List Folder Contents, Read, Write, and Modify permissions for ASPNET or NETWORK SERVICE account.