load activeX from filesystem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • marco

    load activeX from filesystem

    Hi all,

    I have an html page such as the following:

    <OBJECT id="myobj" classid="http:t est.dll#Demo" VIEWASTEXT>
    </OBJECT>

    In this way, I can download c# assembly from web server on the client
    side and I call method defined inside class Demo.

    Now I'd want to know if It's possible force to load test.dll assembly
    from the filesystem on the client side (NOT FROM THE GAC).

    I see on Microsoft's web site on :




    For security reasons, managed controls using the <objecttag and file
    access protocol in an HTML page are not supported. For example, the
    following <objecttag is not supported:

    <OBJECT classid="file:///c:/control.dll#con trol">


    So, any suggestions are appreciated.

    thanks
    Marco.s
  • =?Utf-8?B?UmFnaHU=?=

    #2
    RE: load activeX from filesystem

    Hi marco,

    same situation i got, is there any soluction found can you give me how you
    follow the steps to maintain security.

    Thanks
    Raghu

    "marco" wrote:
    Hi all,
    >
    I have an html page such as the following:
    >
    <OBJECT id="myobj" classid="http:t est.dll#Demo" VIEWASTEXT>
    </OBJECT>
    >
    In this way, I can download c# assembly from web server on the client
    side and I call method defined inside class Demo.
    >
    Now I'd want to know if It's possible force to load test.dll assembly
    from the filesystem on the client side (NOT FROM THE GAC).
    >
    I see on Microsoft's web site on :
    >

    >
    >
    For security reasons, managed controls using the <objecttag and file
    access protocol in an HTML page are not supported. For example, the
    following <objecttag is not supported:
    >
    <OBJECT classid="file:///c:/control.dll#con trol">
    >
    >
    So, any suggestions are appreciated.
    >
    thanks
    Marco.s
    >

    Comment

    Working...