I have a classic asp site running on a Azure Websites Basic instance. I need to be able to execute code from in a C# assembly in my classic asp site.
According to this answer, I need to
- Mark my C# assembly as COM visible (done)
- Register the assembly with regsam.exe
How can I run regsam.exe for an Azure Website? Is there any other way I can accomplish what I am after without using regsam?