Re: Digital signing of assembly hosted in IE

From: Michel Gallant (neutron_at_NOSPAMistar.ca)
Date: 01/30/04


Date: Fri, 30 Jan 2004 10:29:38 -0500

Not currently, but Whidbey will have "ClickOnce" functionality, designed
to make it easier for deployment of code requiring greater permissions without
necessarily having to manually update the client CAS.
Have a look at Jamie Cool's presentation on ClickOnce:
   http://msdn.microsoft.com/security

- Michel Gallant
   MVP Security

"Jonas" <jonas@nospam.pl> wrote in message news:ebaLbrw5DHA.2136@TK2MSFTNGP12.phx.gbl...
> Hi!
>
> I need to make a .NET assembly available for download via a web page, and
> the assembly needs permissions to access the local drive and sockets for FTP
> transfers. Is there any way to get this done without requiring the user to
> go into the .NET Configuration and manually trusting the assembly? Can I get
> it to work like an ActiveX control which the user chooses to trust or not?
>
> TIA
>
> Jonas
>
>