I have some console applications that communicate using WCF over TCP. Is it possible/easy to port a console application to Windows Azure, or must the application be hosted in IIS/asp .net?
I have some console applications that communicate using WCF over TCP. Is it possible/easy
Share
I found that you can use startup tasks in the config file for Azure. That works.