C#, Programming IT Nursery Why is access to the path denied? I am having a problem where I am trying to delete my file but I get an exception. if (result == "Success") { if (FileUpload.HasFile) { try { File.Delete(Request.PhysicalApplicationPath... June 2, 2022 0 Comments