Krit Kanrat

Krit Kanrat

  • NA
  • 1
  • 0

How to register assembly via web browser (IE)

Jan 20 2007 11:31 PM
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.