Hi. My client has an exchange server and a data server on his domain. He also has a webserver that for security reasons is not on the domain. I have written a VB.NET desktop application to run as a scheduled task on the webserver and copy files from the dataserver to the webserver.
The network manager has advised me of a login name that will get me access to the data directory I need, but I need to figure out how to invoke that username and password from within my application in order to successfully see the directory on the data server. The scheduled task on the webserver won't accept the proper id in the 'run as' because it's not valid on the webserver.
Surely there is a function that will allow my application to assume a specified identity, or just pass the required username and password...?
Thanks...
Chandler
The network manager has advised me of a login name that will get me access to the data directory I need, but I need to figure out how to invoke that username and password from within my application in order to successfully see the directory on the data server. The scheduled task on the webserver won't accept the proper id in the 'run as' because it's not valid on the webserver.
Surely there is a function that will allow my application to assume a specified identity, or just pass the required username and password...?
Thanks...
Chandler