5
I have created a temporary certificate.
I am trying to import this certificate.I am importing Certificate to Personnel store of Local Computer and then using FindPrivateKey solution to find privatekey file.
Th problem is after going to the private key file I am unable to set security permission for the ASP.NET process.
I tried using cacls.exe, but it threw exception - "It can be used only on NTFS drive".
I tried changing use Simple File sharing from Tools - options - FileType , but still I am not able to set permission.
Following command I am running:
cacls.exe "C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys533857c8564c40d87fe9c8bcef94827b_e74230a4-859f-4b07-9ece-dd19ba319af7" /E /G "MYPC\ASPNET":R
and getting following error:
The Cacls command can be run only on disk that use the NTFS file system
My Os is Windows xp and FileSystem is FAT.
can you show the complete cacls command you used and it's exact output? – None – 2012-08-16T12:47:59.937
What do you mean with "I am unable to set security permission for the ASP.NET process"? What exactly do you want to achieve? And why is the certificate relevant? Do you want to activate SSL? Or do you want to change the access rights for the file? – None – 2012-08-21T10:50:40.517