I have a simple WCF REST service that GETS a request and returns a JSON response. This works fine as a standalone WCF project in VS 2012. When I create an Azure Cloud Project and add a WCF Service WebRole item to this project and add my know working Operation and Data Contract code to the IService and Service files. It compiles without a problem. I then use the Publish option to sent it to our Azure portal. When I try to run URL that was spit out by the Production environment, I see the HTML directory layout .The service shows it was created and when I run the complete URL call with proper parameters, I'm getting a 404 error .
Where do I start to figure this one out?
Do you need any config files?
I'll be monitoring this thread closely.
Thank you!