M
medvitz
I'm writing an ASP.NET application that requires that a list of files from
a network shre be displayed on the site. We are using windows integrated
authorizations and impersonation. Whenever I try to access the network
share I get the following error.
DirectoryNotFoundException saying "Could not find a part of the path
"\\server\share"
In looking to solve this, I have come across multiple items discussing the
double hop authentication issue, which describes seting up and using
delegation. I have tried this, whith no luck ( as an aside, the same
assembly accesses AD without issue ).
Any help, Tips, or pointers would be greatly appreciated
Dave
a network shre be displayed on the site. We are using windows integrated
authorizations and impersonation. Whenever I try to access the network
share I get the following error.
DirectoryNotFoundException saying "Could not find a part of the path
"\\server\share"
In looking to solve this, I have come across multiple items discussing the
double hop authentication issue, which describes seting up and using
delegation. I have tried this, whith no luck ( as an aside, the same
assembly accesses AD without issue ).
Any help, Tips, or pointers would be greatly appreciated
Dave