Web Request error "Logon failure: unknown user name or bad password". Any ideas?
        Posted  
        
            by Shri
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shri
        
        
        
        Published on 2010-05-20T14:01:11Z
        Indexed on 
            2010/05/27
            2:31 UTC
        
        
        Read the original article
        Hit count: 281
        
ASP.NET
|permission
I am trying to write a file to a network drive from my asp.Net application and i get this error - Logon failure: unknown user name or bad password. Any ideas?
I am able to write to a local drive line C:/temp But when I try to save the file to a network drive such as \Server\Folder, I get the error mentioned above.
Any ideas people?
© Stack Overflow or respective owner