How to register assembly via web browser (IE)
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.