Directory.Move access is denied

  • Thread starter Thread starter Liming
  • Start date Start date
L

Liming

Hi,

I'm trying to move a directory into another using
Directory.Move(src,dest); but I keep getting this System.IO Exception
access to [src] directory is denied

I have ASPNET (full control) to the directory and I'm using xp sp2, iis
5.1

What's going on?

thanks
 
btw, I used Filemon from sysinternals to monitor the process and I'm
seeing
ASPNET was trying to request a "SET INFORMATION" on the directory
(doing "FileRenameInformation"... but it's gettign "ACCESS DENIED".

thanks again
 
Back
Top