How to I configure the security settings of a "on-the-net" assembly?

From: Speedo Goo (speedo_at_shenglong.com.cn)
Date: 01/30/04


Date: Fri, 30 Jan 2004 14:25:31 +0800

hi all,

i'm writing an assembly which knows how to parse several kinds of files.
Since the kinds are increasing i decide to put it on an intranet site for
downloading. the assembly is signed with a .snk file and i put <codeBase
href='...'> things with the client's config file. this works and the code is
downloaded and executed, but, it have no access right to read files on the
client's local file system. how do i configure this? i cannot find the entry
in Runtime Security Policy's assemblies list.

thanks in advance

speedo goo



Relevant Pages

  • RE: Multifile Assembly
    ... > To optimize downloading an application by putting ... >create multifile assemblies. ... >Explorer downloads the assembly manifest first, ... >threads to download any additional modules or assemblies ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Splitting the dll..
    ... you could have multifile assemblies if you use command-line compilers (see ... To optimize downloading an application by putting seldom-used types in a ... > When I compile is it possible to create different dlls for each module. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: LINQ Question (Contains)
    ... It's all static assemblies that compile-once. ... The extension methods defined in Dynamic.cs parse an expression provided as a simple string into a LINQ expression tree at runtime. ...
    (microsoft.public.dotnet.languages.csharp)