Re: How to Strong Name -AGH!!!
From: Patrick Steele [MVP] (patrick_at_mvps.org)
Date: 05/26/04
- Next message: Gena Thompson: "Re: Visual Studio Web Forms vs. Access 2003 Forms"
- Previous message: Mattias Sjögren: "Re: Comparing GUIDs"
- Next in thread: Patrick Steele [MVP]: "Re: How to Strong Name -AGH!!!"
- Maybe reply: Patrick Steele [MVP]: "Re: How to Strong Name -AGH!!!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 15:23:28 -0400
In article <#Arl4J1QEHA.2400@tk2msftngp13.phx.gbl>, dmj2195
@DONTSPAMMEokstate.edu says...
> I move it into the Share and run this command:
>
>
> caspol -enterprise -adduflltrust pathtoapp.exe
>
> it says are you sure? I say yes, it says Success....great, but when I go to
> run it...this error, STILL!!!!!!
>
> System.Security.Permissions.SecurityPermission error...
I haven't worked much with the command-line caspol tool. I've only
briefly used the "Microsoft .NET Framework 1.1 Configuration" from
Administrative Tools.
In there, you could add a new code group based on the public-key you've
created for your application. Give that code FullTrust permission and
then make sure *no one* get's access to that key file you used to sign
the assembly. Otherwise, they could sign their own malicious code with
your ky and since you've given FullTrust to that key, the code could do
anything it wanted.
-- Patrick Steele Microsoft .NET MVP http://weblogs.asp.net/psteele
- Next message: Gena Thompson: "Re: Visual Studio Web Forms vs. Access 2003 Forms"
- Previous message: Mattias Sjögren: "Re: Comparing GUIDs"
- Next in thread: Patrick Steele [MVP]: "Re: How to Strong Name -AGH!!!"
- Maybe reply: Patrick Steele [MVP]: "Re: How to Strong Name -AGH!!!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|