I have added a domain user into group Users using Add User wizard in Windows 7.
Unfortunatelly the folder for user data (c:\Users\<NewUser>\AppData) was not created.
How can I instruct Windows to create this folder with appropriate permissions and structure?
I am experiencing the same issue on Windows Server 2008 R2.
Background
The domain user was assigned to us as a login to Database. Since we want to use Integrated Security to connect from our ASP.NET application, we added this domain user to our web server OS and configured him as the identity of the IIS AppPool.
Now the application needs to load PFX certificate from a file, which requires R/W permissions for the folder
C:\Users\<NewUser>\AppData\Roaming\Microsoft\Crypto\RSA\
This folder does not exist in the system and so the application fails with the following exception:
System.Security.Cryptography.CryptographicException:
The specified network password is not correct.