Sé que esta pregunta se hizo muchas veces aquí, pero no puedo encontrar una solución a mi problema. Estoy tratando de guardar la imagen en la carpeta en .net c # pero obtengo esta excepción:
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)
Le di el control total a esta carpeta (guardar aquí) network service
e iis_iusrs
, incluso le di el control total, everyone
pero aún obtengo esta excepción. Traté de dar acceso a través del explorador y el administrador de IIS, todavía no tuve suerte
Lo estoy haciendo en Windows Server 2008 R2 e IIS 7.5, ¿a quién necesito para dar acceso?
Gracias