Migrating Visual C++ application to the Cloud

  • Thread starter Thread starter Jy_13
  • Start date Start date
J

Jy_13

Guest
Hi,

I'm working on a legacy Visual C++ application which consists of various independent modules (both DLLs , EXEs).
There is also a front end application written in VC++ which interacts with these modules.
And there is an equivalent Web based application(ASP.NET) which interacts with the modules written in C++/ MFC.

My question is, how do we migrate this application to the Cloud? What are the steps to follow in migrating it to the Cloud?
My understanding is that we can move only the C++/ MFC modules to the Cloud and use the Web based UI from different client locations.
Appreciate any inputs.

TIA,
Jy

Continue reading...
 
Back
Top