Cannot write on a mapped drive using impersonation
Basically I'm running the same problem as this post Accessing mapped drives when impersonating in ASP.NET I'm working on a legacy website and I need to allow the admins to change the site's logo, banners, etc, from an image file on their desktops to a mapped drive on the server. So, their website is using impersonation whenever it needs to save on the drive, and it's working just fine; however I can't manage to make it work on their test environment nor in my test environment. ¿Any ideas? I've double checked user and password (the code doesn't specify domain) and that's not the issue. Here's