Classic ASP on Windows Azure

4

I have a web application in Classic ASP that uses a .NET DLL registered by regasm , an upload component ( dundas upload ) and CDOSYS to send emails.

This application is accessed by multiple clients and has connection to SQL Server 2005 database.

Is it possible to put this application in Windows Azure? And what would be the best solution: Web Site, Virtual Machine or Cloud Services?

    
asked by anonymous 09.04.2014 / 23:37

1 answer

1

As your application needs to register DLLs, it is best to use Virtual Machine , as some extra settings are needed.

Here are the steps to enable Classic ASP on your Azure site:

link

Here are the steps to perform the procedure in Virtual Machine mode:

link

regasm can be used by Shell without problems.

    
10.04.2014 / 16:37