I've got a web application which uses in its code behind net use in order to map a net work drive that is shared on a different server and then it writes data onto the mapped drive.
This worked fine in the past. After a long break now whenever I try to map the drive I get "access denied to path \blablupp\blub...".
The exact command I'm using is: net use \\blablupp\blub mypass /user:myuser
When I connect to the server with my admin account and type the commands in manually....it works without a hitch. So I guess it is some sort of user permissions problem. But I don't find out where it could stem from.
What is more is that the identity used is the: ApplicationPoolIdentity.
So the question is: Is there any way to find out what the exact problem all of a sudden is and how could I solve it?