Ask a Question related to ASP.NET Security, Design and Development.
-
M. Zeeshan Mustafa #1
Re: Batch Trust an Assembly??
Greg,
Here is Code Access Security Policy Tool (caspol.exe)
[url]http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfcodeaccesssecuritypolicyutilitycaspolexe.asp[/url]
also
[url]http://www.csharpfriends.com/quickstart/howto/doc/security/SecScripting.aspx[/url]
--
Hope this helps,
Zeeshan Mustafa, MCSD
"Greg Chang" <Greg [email]Chang@discussions.microsoft.com[/email]> wrote in message
news:10EF5243-664D-4162-B124-FE7E5B5FBCAC@microsoft.com...assemblies?> are there a way that I can use script and write a program to trust>
> I hate to tell user to use F.Net Framework wizard to do it one by one.
>
> Thanks.
>
>
M. Zeeshan Mustafa Guest
-
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
Giving Trust ot Assembly
Hi, I have generated a dll Assembly with a Key having a class with public method returning a string in C#, When i am trying to give trust to... -
Assembly (.dll) Trust
Hi, I have generated a dll Assembly with a Key having a class with public method returning a string in C#, When i am trying to give trust to... -
Trust 610 Cardreader USB
Cath wrote: Thanks, Cath, I'll give it a try when I get home. Does this include the above named device in its device list, or do I need to... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Batch Trust an Assembly??
Another option is to create a security configuration deployment package with
the .NET Configuration Tool. The msi file produced by that can be
distributed with group policy or some other deployment mechanism if you
like.
Joe K.
"M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
news:ucQGjucXEHA.3892@TK2MSFTNGP09.phx.gbl...[url]http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfcodeaccesssecuritypolicyutilitycaspolexe.asp[/url]> Greg,
>
> Here is Code Access Security Policy Tool (caspol.exe)
>[url]http://www.csharpfriends.com/quickstart/howto/doc/security/SecScripting.aspx[/url]> also
>>
> --
> Hope this helps,
> Zeeshan Mustafa, MCSD
>
>
> "Greg Chang" <Greg [email]Chang@discussions.microsoft.com[/email]> wrote in message
> news:10EF5243-664D-4162-B124-FE7E5B5FBCAC@microsoft.com...> assemblies?> > are there a way that I can use script and write a program to trust>> >
> > I hate to tell user to use F.Net Framework wizard to do it one by one.
> >
> > Thanks.
> >
> >
>
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

