I have a Classic ASP website hosted on Azure (migrated now, rewrite later) and found there is a dependency on AspEmail.
To register on a normal IIS box the command is:
regsvr32 c:\AspEmailDir\AspEmail.dll
The SO answer here shows how to do this with a webrole but I have a website.
I was thinking a WebJob might work, or is there some other way?