da cosa può dipendere questo errore


Could not find a part of the path 'c:\inetpub\wwwroot\attachment\'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'c:\inetpub\wwwroot\attachment\'.

Source Error:


Line 180: if (FileSize >= 0)
Line 181: {
Line 182: txtUpload.PostedFile.SaveAs(Server.MapPath("\\atta chment\\" + FileName));
Line 183: }
Line 184: }


Source File: c:\WebApplications\Newsletter.aspx.cs Line: 182


la cartella esiste!!

ed ha permessi everyone

thanks