0
Answer

How to register assembly via web browser (IE)

Photo of Krit Kanrat

Krit Kanrat

18y
1.8k
1
Hi,

Please anybody tell me how to register assembly via web browser.

Let's say I have one DLL file which have a correct Register/Unregister method.
I can use this by register it in command prompt

 gacutil /if Test.dll
 regasm Test.dll

But I need this to automate install via web browser by just open the web page.
How can I let it register to client side ?

Thanks,
Krit K.