Hi, I require some pointers/thoughts on how to implement a feature. I have worked with authentication methods in asp.net/iis. But now i use a windows application. I will have to be able to open a folder on a remote machine and be able to copy/delete files over there. i.e using the \\servername\C$<file://servername/C$>. now i can do that using start--> run and type it and i provide the username/password and i am able to do it. but how can i do the same using my windows applicatin??? is there any way i can promplt the user for entering those details. i get an exceptin straightaway.
basically asking about implementing authencation/authorisation in windows forms. gratefull if i get some pointers. regards,. vivek.
