User Authentication to a Directory

session101

Member
Joined
May 10, 2006
Messages
23
I have an ASP.NET web app using C# as the language and am acquiring all the xls files in the list of subdirectories under the main root directory. My problem is I need to go to a server share where I need to pass in user authentication. I need to give the username, password, and domain before I go to the directory. How should I pass in my login information for the directory?
 
Back
Top