patrickdrd
Programmer
Hello all!
I have written a VB 6 project which validates an ini file and,
if it is well-formed, load it on a database table.
However, I am working on an asp.net project now
and I what I had in mind is:
turn the old project into an activex dll,
download that activex in the client's computer silently and register it
(if it does not exist or if it is old versioned),
and validate the ini using javascript (" ... new ActiveXObject ..."),
passing the client's local ini file and,
if everything is ok,
submit it to the server.
My question is:
how can I download the activex on the client's computer silently and register it
using asp.net?
Do I need to sign it? How?
Thanks in advance!
I have written a VB 6 project which validates an ini file and,
if it is well-formed, load it on a database table.
However, I am working on an asp.net project now
and I what I had in mind is:
turn the old project into an activex dll,
download that activex in the client's computer silently and register it
(if it does not exist or if it is old versioned),
and validate the ini using javascript (" ... new ActiveXObject ..."),
passing the client's local ini file and,
if everything is ok,
submit it to the server.
My question is:
how can I download the activex on the client's computer silently and register it
using asp.net?
Do I need to sign it? How?
Thanks in advance!