Forums

ASP

This topic is locked

2.16 not working

Posted 13 Nov 2003 08:12:02
1
has voted
13 Nov 2003 08:12:02 Dave Derkatch posted:
I was using an older version of upload and it worked fine but the image resize didn't work. They told me to upload the new version so I did. Now I get the following message:
Error: System.UnauthorizedAccessException: Access to the path "D:\Web Sites\Service\The Players\picsupload\Allissa.jpg" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.Delete(String path) at ASP.ResizeImage_aspx.Page_Load(Object s, EventArgs e)

Help please

Replies

Replied 17 Nov 2003 17:06:40
17 Nov 2003 17:06:40 Patrick Woldberg replied:
The error you get is an asp.net error and is generated by Smart Image Processor and not by the Pure ASP Upload. It has no delete permissions, check the aspnet user permissions.

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 18 Nov 2003 01:30:03
18 Nov 2003 01:30:03 Dave Derkatch replied:
what has no delete permissions? The folder where the pictures are uploaded or the server itself?
Replied 18 Nov 2003 02:59:29
18 Nov 2003 02:59:29 Dave Derkatch replied:
the server guy says the permsissions are correct
Replied 19 Nov 2003 12:16:53
19 Nov 2003 12:16:53 Patrick Woldberg replied:
send me the code to , I will check if it maybe is a mistake in the code.

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 22 Sep 2005 20:24:01
22 Sep 2005 20:24:01 Mike Arnold replied:
I am having the same issue, what was the resolution?
Replied 22 Sep 2005 20:36:50
22 Sep 2005 20:36:50 Mike Arnold replied:
Thanks, figured it out. For those who need to know, you have to give specific rights to ASPNET user on the folder you want to have the Image Processor upload and modify images in and to

Edited by - NmCoderMike on 22 Sep 2005 20:38:56

Reply to this topic