Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
kporter  
#1 Posted : Wednesday, July 13, 2016 9:37:11 AM(UTC)
kporter

Rank: Newbie

Groups: Member
Joined: 2/1/2013(UTC)
Posts: 2

I've never seen this error occur before. Any ideas on what I'm not giving permission to.

I'm using ASP.NET with IIS.

[UnauthorizedAccessException: Access to the path 'd:\inetpub\wwwroot\MyUpload\App_Data\UploadCache\uploader_c2215afa418f4cc2bc2c0f92746882f0\timestamp' is denied.]

System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10760710
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, Boolean useLongPath, Boolean checkHost) +1352
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +66
Aurigma.ImageUploaderFlash.UploadTimestamp.Update() +162
Aurigma.ImageUploaderFlash.UploadCache.RemoveExpiredSessions() +770
Aurigma.ImageUploaderFlash.UploadSession.ProcessRequest(HttpContext context) +658
Aurigma.ImageUploaderFlash.UploadHandler.ProcessRequest(HttpContext context) +450
Aurigma.ImageUploaderFlash.UploadRequest.OnLoad(EventArgs e) +146
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Control.LoadRecursive() +145
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
kporter  
#2 Posted : Wednesday, July 13, 2016 5:35:12 PM(UTC)
kporter

Rank: Newbie

Groups: Member
Joined: 2/1/2013(UTC)
Posts: 2

It was just a file permissions issue. For some reason the App_Data\UploadCache directory only had read permissions.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.