ASP Uploader needs read/write permission to the system temp folder.

Last post 03-19-2016, 1:46 AM by jessicaamirr. 2 replies.
Sort Posts: Previous Next
  •  03-10-2016, 11:06 PM 82594

    ASP Uploader needs read/write permission to the system temp folder.

    I am getting this error, but have no idea which TempFolder i need to give permission to...

     

    Microsoft JScript runtime error '800a139e'

    ASP Uploader needs read/write permission to the system temp folder. If your host doesn't allow such access, you can specify a different path using TempDirectory property. at function Ox35

    /uploads/resources/coreimpl.js, line 1 


    Grae

    GP Touring
    www.gptouring.com.au
  •  03-11-2016, 10:44 AM 82597 in reply to 82594

    Re: ASP Uploader needs read/write permission to the system temp folder.

    Got an email from support, they recommended to add this line (with your local address)

     

    uploader.TempDirectory="D:/aspuploader/mytemp/"


    Grae

    GP Touring
    www.gptouring.com.au
  •  03-19-2016, 1:46 AM 82639 in reply to 82597

    Re: ASP Uploader needs read/write permission to the system temp folder.

    The application pool identity is used for any server side code (ASP.NET, classic ASP, PHP, etc). You can configure the anonymous user to use the application pool identity as well so you only need to manage a single user. The application pool identity needs read access to the site files at a minimum, but will require write access if your application writes to disk. Dot net Training in Chennai | Cloud Computing Training in chennai | Linux Training in Chennai | Salesforce Training in Chennai
View as RSS news feed in XML