Hello,
I am giving exeption. System.UnauthorizedAccessException.
Exeption:
System.UnauthorizedAccessException: Access to the path 'D:\inetpub\turkeco.com\www\img\buyukResim\' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at System.IO.File.Delete(String
path) at admin_Default2.haberDuzenleBtn_Click(Object sender, EventArgs e) in d:\inetpub\turkeco.com\www\admin\en-haber-duzenle.aspx.cs:line 126
C# Code:
if (buyukResim.HasFile)
{
  ...
Go to the complete details ...