Posted on: 7/7/2015 8:05:43 PM | Views : 793

Hi, and I hope I've got this in the correct forum area for this question...
First up, I don't want to get into a debate about full trust and why not to use it ;)  For the site in question I think I am stuck with it.
I have a large(ish) site on a dedicated Windows 2008 R2 box. Everything is hunky dory on 2008 (and locally on 2012 which it will migrate to in due course) except for one script that physically moves JPEG files from one folder to another.
The code is simply: FSO.MoveFile(strSourceFile,strDestinationFile)
I found this fell over with permission errors; but setting full trust seemed to fix it...
But I then found it was fixed from when browsing the site from within the server itself (browsing on the proper external domain - not localhost).
But when browsing the site from outside the server the permission errors continued.
I tried setting full trust both manually by adding <trustLevel name=&q ...

Go to the complete details ...