在Azure Web应用程序上使用Server.CreateObject的经典ASP

在Azure Web应用程序上使用Server.CreateObject的经典ASP

问题描述:

我有一个经典的ASP应用程序,它使用通过Server.CreateObject的自定义VB6 COM对象(.dll)。在Azure Web应用程序上使用Server.CreateObject的经典ASP

我可以在Azure Web应用程序中部署和运行经典ASP(.asp),但我不确定如何到达可以使用VB6 COM对象的位置。

上传.dll文件到网络文件夹,并使用Server.CreateObject只是导致预期:

An error occurred on the server when processing the URL. Please contact the system administrator. 
If you are the system administrator please click here to find out more about this error. 

是否有可能使用自己定制的.dll?

这不可能使用Web Apps。使用虚拟机,你有更多的控制,你将能够注册你的COM DLL。

+0

注册免费COM与Azure Web应用程序一起工作吗? – Brandon