I have created a COM enabled .NET User Control and am wondering what is the best way to deploy this to users to use the control in a web page ?
Is cab the way to go with this ? I understand that I will need to regasm the control on the user’s machine.
Would a regular msi be better and easier to use for this ?
Thanks
You actually don’t need to register a .net assembly if it’s hosted on a web server, you can just use the overloaded
<OBJECT>tag:See http://support.microsoft.com/kb/317346:
Also see: How To: Deploy COM Interop Programs to Internet Explorer