ASP.NET FileUpload.SaveAs() Exception – The user name or password is incorrect
I have an ASP.NET Web Forms application, where I import data from Microsoft Excel file and display it in a GridView. The code has been working for more than two years without any issue, but recently it keeps failing from time to time. The code saves the Excel file temporary in a shared folder, which is accessible by a generic user account that is used to save files and access SQL database (i.e. I use Windows impersonation).