D
David C
I am getting the following error trying to create a folder on the file
system using an intranet internal application.
Exception: System.UnauthorizedAccessException
Message: Access to the path '\\lifedevsql\shared\FileDocs\File093969' is
denied.
When I Googled the exception I found a reference to impersonating a user in
the web.config file. Is there any other way to allow create/modify/delete
of file folders on a separate domain server? I have the folders referenced
as a virtual directory on the web site and have read and write permissions
in IIS. I also have full control permissions for an AD group which will be
using this application? Thanks.
David
system using an intranet internal application.
Exception: System.UnauthorizedAccessException
Message: Access to the path '\\lifedevsql\shared\FileDocs\File093969' is
denied.
When I Googled the exception I found a reference to impersonating a user in
the web.config file. Is there any other way to allow create/modify/delete
of file folders on a separate domain server? I have the folders referenced
as a virtual directory on the web site and have read and write permissions
in IIS. I also have full control permissions for an AD group which will be
using this application? Thanks.
David