I am having a problem where I am trying to delete my file but I get an exception.
if (result == \"Success\") { if (FileUpload.HasFile) { t
According to File.Delete Method...
An UnauthorizedAccessException means one of 4 things:
UnauthorizedAccessException