Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have application which call PGP encryption exe on server and encrypt client data.

i user System.Diganosis.Process.Start(pgp.exe(MY FILE))

it work properly in my devlopment machine but not when i install on IIS7 with windows server 2008.

I allow IISADMIN in services to use desktop
also change application pool type from network to localsystem but nothing work.

Please help me out....
Posted
Comments
Nish Nishant 19-Jan-11 10:51am    
Are you sure that you specify the full path to pgp.exe? It may not be in the search path.

1 solution

You could always just include encryption in your source code. Here's a CodeProject article that might help:

Gnu Privacy Guard (GPG/PGP) for .NET [v1.0][^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900