Sei que essa pergunta foi feita várias vezes aqui, mas não consigo encontrar uma solução para o meu problema. Estou tentando salvar a imagem na pasta em .net c #, mas obtém esta exceção:
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)
Dei controle total a essa pasta (savehere) network service
e iis_iusrs
até dei controle total, everyone
mas ainda obtendo essa exceção. Eu tentei dar acesso via explorer e via gerenciador do IIS, ainda sem sorte
Estou fazendo isso no servidor Windows 2008 R2 e IIS 7.5. Quem preciso dar acesso?
obrigado