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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top