How To Install A Dll On A Client Machine Using Asp Or Javascript?

I want a DLL to be installed on a client machine so that i can use that DLL to perform some work

Tags: , , , ,

2 Responses to “How To Install A Dll On A Client Machine Using Asp Or Javascript?”

  1. simpatic says:

    ASP runs on server.
    Java Script runs on client.
    These scripting languages are very restrictive
    with these kind of activities (writing and installing
    files on client computer)
    It is normal, because the safety of the client is more
    important.
    So
    - you have to find another way than to use your DLL
    - using ActiveX controls
    For the last option you can take a look on the
    sites that installs software (for instance a website were
    you can scan your computer for viruses on-line)
    Do not try to create harmful code.
    It’s NOT legal nor fun or useful.

  2. sinkable says:

    what information are you trying to take out of the client’s machine? The only way is to somehow get the user to accept the installation of a package on their machine. I however doubt many people would want that.

Leave a Reply