work with caspol

From: Sergei (sssergei_at_hotmail.com)
Date: 05/08/03


Date: Wed, 7 May 2003 23:02:00 -0700


Hello everyone,

I did the .net windows application MyApplication.exe.
The MyApplication.exe is on the network drive.

I try:
1.CasPol -machine -addgroup All_Code -strong -file
p:\myfolder\MyApplication.exe -noname -noversion
FullTrust -name "MyApplication" -description "Code group
granting Trust to code signed by MyApplication"

It is works. But my user has not the permissions to change
the machine level policy.

2.if I have changed to (-machine to -user)

CasPol -user -addgroup All_Code -strong -file
p:\myfolder\MyApplication.exe -noname -noversion
FullTrust -name "MyApplication" -description "Code group
granting Trust to code signed by MyApplication"

It said "Success". But the MyApplication does not run it
gives the error.

Is it possible for user to run the MyApplication.exe?
What I have to do to run the MyApplication for user from a
networkdrive?

Thank you,

Sergei.