29
Yola erişim neden reddedildi?
Dosyamı silmeye çalıştığım bir sorun yaşıyorum ama bir istisna alıyorum. if (result == "Success") { if (FileUpload.HasFile) { try { File.Delete(Request.PhysicalApplicationPath + app_settings.login_images + txtUploadStatus.Text); string filename = Path.GetFileName(btnFileUpload.FileName); btnFileUpload.SaveAs(Request.PhysicalApplicationPath + app_settings.login_images + filename); } catch (Exception ex) { Message(ex.ToString()); } } } Ayrıca, silmeye çalıştığım klasörün ağ hizmetleri üzerinde …