Digital signing of assembly hosted in IE

From: Jonas (jonas_at_nospam.pl)
Date: 01/30/04


Date: Fri, 30 Jan 2004 09:27:15 +0100

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



Relevant Pages

  • Re: Multithread safety
    ... layer for each new platform:). ... >> me somewhat on the portability. ... e.g. non-blocking sockets with select. ... When you want to download a policy file from a server all ...
    (microsoft.public.win32.programmer.networks)
  • Re: GUI update
    ... and going out of the server socket. ... I will study your essay on threaded sockets, ... Ah, Yes i found the download link for the sources, thank you!- Hide ...
    (microsoft.public.vc.mfc)
  • Re: parralel downloads
    ... openSockets = list of sockets one per download file: ... The above pseudocode can be converted directly into Python code - no more structures nor code are required. ... don't try to download a million files at the same time - neither a million sockets nor a million threads would work. ...
    (comp.lang.python)
  • Re: parralel downloads
    ... openSockets = list of sockets one per download file: ... I would like to write a python script that will download a list of ...
    (comp.lang.python)