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

时间:2016-02-26 18:18:17

标签: asp-classic vb6 azure-web-sites

我有一个经典的ASP应用程序,它使用自定义编写的VB6 COM对象(.dll)到Server.CreateObject

我可以在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?

1 个答案:

答案 0 :(得分:2)

使用Web Apps无法实现。使用虚拟机,您可以获得更多控制权,并且您将能够注册COM DLL。