Wiem, że to pytanie było tu zadawane wiele razy, ale nie mogę znaleźć rozwiązania mojego problemu. Próbuję zapisać obraz do folderu w .net c #, ale otrzymuję ten wyjątek:
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)
Dałem pełną kontrolę temu folderowi (savetutaj) do, network service
a iis_iusrs
nawet dałem pełną kontrolę, everyone
ale nadal otrzymuję ten wyjątek. Próbowałem udzielić dostępu za pośrednictwem eksploratora i menedżera IIS, ale nadal nie mam szczęścia
Robię to w systemie Windows Server 2008 R2 i IIS 7.5. Komu potrzebuję dostępu?
Dzięki