I'm new to Windows Azure. I have an existing ASP.NET 4 MVC that is working. In fact, it works just fine as a Web Site within Windows Azure. I need to be able to RD into the site, so I decided to create a Windows Azure cloud service.
My Windows Azure cloud service is showing as running in the Windows Azure portal. My app is successfully published via Visual Studio. When I visit the Website URL listed in the Windows Azure Activity Log, I get an http status code of 502 according to Fiddler.
Can someone tell what's wrong? I can't figure out how to learn what's wrong from here.
Thank you!