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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top