I have some api calls that I have working in a VB6 application to connect to a network drive and this works perfectly. There is one problem though. It does not work when the application is running as a scheduled task.
I now need to have a .NET application running on a 2k server without having a user logged onto the machine. I want to run the applications as scheduled tasks. How can I access a network drive and provide a username and password to read a file?
