comclass

AspPDF and AspJPEG on Windows Azure

时间秒杀一切 提交于 2019-12-19 07:04:34
问题 I have recently began the process of migrating our .NET Application to a Windows Azure cloud service. Our application was heavily dependent on a number of COM Class components, these include AspPDF (for PDF production and manipulation) and AspJPEG (for image re-sizing). On a typical non-cloud IIS setup I would just register the DLLs (using regsvr32) on our production server and all would be fine! In Azure the process is slightly different and I will answer my own question to assist those with