Rank: Newbie Groups: Member
Joined: 6/25/2008 Posts: 2
|
I just bought the control and it works great on my local machine. I tried to setup the site on our development server and I keep getting an error saying that the temp file cannot be written to the temp folder due to permissions. My temp folder is part of the website and is named "TempFiles" I have given the ASPNET account full access to the folder but I still get the same error. I also unchecked the Read Only attribute of the folder. Please advise.
Thanks,
Matt
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Matt,
You can try to give "Everyone" all permission as a test. If that works, you can then try to tight it up so that only ASP.NET account can access it. It is definitely a permission issue because we do not do anything special about it. We simply try to write to the folder and if OS rejects it, the upload fails.
Thanks
|