ASP Classic in Windows Azure

Asked

Viewed 263 times

4

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

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

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

1 answer

1


Because your application needs the DLL registry, it is ideal to use Virtual Machine, as some extra settings will be required.

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

http://khailiangtech.wordpress.com/2011/06/03/windows-azure-how-to-enable-classic-asp-support/

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

http://blogs.msdn.com/b/davidmcg/archive/2011/06/06/5-steps-to-run-a-classic-asp-page-on-windows-azure.aspx

The regasm can be used by Shell without problems.

  • Hello Gypsy. I read that Cloud Service allows you to make some settings on the server. I just don’t know if that "little" would be enough to install components and Dlls. (http://azure.microsoft.com/en-us/documentation/articles/choose-web-site-cloud-service-vm/)

  • In theory, a Virtual Machine allows a great control. I don’t see why that wouldn’t be possible.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.