login details for filestream
Hey All
Im accessing some files on a different server im using system.io and doing a file.copyto to a temp directory on local machines
i get a login error at line
Dim fs As FileStream = f1.Create
error is
Quote:
Logon failure: unknown user name or bad password.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: Logon failure: unknown user name or bad password.
I could always just add my login to the other machine however i would perfer to do this via code as the calling user is currently using the asp.net login
kind regards
Carl