1 2 3 4 5 6 7 8
| System.UnauthorizedAccessException: L'accès au chemin d'accès 'C:\DDD.txt' est refusé.
à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
à System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
à System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
à System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
à System.IO.StreamReader..ctor(String path, Encoding encoding)
à System.IO.File.ReadAllLines(String path, Encoding encoding)
à Service.Inserer(String file) dans c:\Inetpub\wwwroot\WSTransfert\App_Code\Service.cs:ligne 23 |
Partager