System.IO.File.Move() access denied error

  • Thread starter Thread starter goldeneye77
  • Start date Start date
G

goldeneye77

I am calling a .NET DLL via (regular) ASP through COM Interop. The DLL
writes a file to disk and then renames the file.

This all works fine under XP professional but under Windows 2003 Server
I'm getting an error when the System.IO.File.Move() method is called:

"Access to the path '<INSERT PATH HERE>' is denied."

I've tried giving permissions to the IUSR, IWAM, Network Service
accounts but no luck so far. Anyone have an idea of what I might be
able to do here?


Cheers,

Mike.
 
Back
Top