So che questa domanda è stata posta molte volte qui, ma non riesco a trovare una soluzione al mio problema. Sto provando a salvare l'immagine nella cartella in .net c # ma ottengo questa eccezione:
Access to the path 'C:\inetpub\wwwroot\mysite\images\savehere' is denied.The error occured at mscorlib because at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at 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, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
Ho dato il pieno controllo a questa cartella (savehere) a , network service
e ho iis_iusrs
anche dato il pieno controllo everyone
ma ottenendo ancora questa eccezione. Ho provato a dare l'accesso tramite Explorer e tramite il gestore IIS, ancora senza fortuna
Lo sto facendo su Windows Server 2008 R2 e IIS 7.5, a chi devo dare accesso?
Grazie