I am trying to open folders on different servers using System.Diagnost ics.Process.Sta rt method. Some folders are opening but others are giving me error that unknown user name and password. Is there a way I can pass user id and password to this method so it can open folder for me. Lets say my user id is "abc123" and password is "password".
Thanks in advance
Thanks in advance
Comment