Use different credentials to access file system

  • Thread starter Thread starter raibeart
  • Start date Start date
R

raibeart

Is there a way in dot net to get to different shares using different
logins that are not apparent to the user. The user would not normally
have access to these shares on the network, but through the program,
would, but would not realize it.

Thanks in advance,

Robert
 
Is there a way in dot net to get to different shares using different
logins that are not apparent to the user. The user would not normally
have access to these shares on the network, but through the program,
would, but would not realize it.

Thanks in advance,

Robert

Yes, do some searching on impersonation - it should turn up some
source code for you.

Thanks,

Seth Rowe
 
Is there a way in dot net to get to different shares using different
logins that are not apparent to the user. The user would not normally
have access to these shares on the network, but through the program,
would, but would not realize it.

Thanks in advance,

Robert

Try this link for impersonation:

http://tinyurl.com/2jfc37

Chris
 
Back
Top