D
darrel
I'm trying to figure out why I can't delete a file from within my
application.
Part of my application is protected via forms authentication. If I try to
call a delete file function from within that, I get prompted for a
username/password by the browser/server and eventually just get a permission
denied error.
If I use the function outside the protected folder, it can delete the same
exact file just fine.
Is this an impersonation issue?
-Darrel
application.
Part of my application is protected via forms authentication. If I try to
call a delete file function from within that, I get prompted for a
username/password by the browser/server and eventually just get a permission
denied error.
If I use the function outside the protected folder, it can delete the same
exact file just fine.
Is this an impersonation issue?
-Darrel