I have created a simple SQL Azure Web Role application that works from the fabric connecting to my SQL Azure using its FQDN (fully qualified domain name). It did require setting SQL Azure Server Firewall Settings with my host IP address.
However, the same SQL Azure Web Role application packaged is not running within the Cloud and it is returning:
Server Error 500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
1. How can I diagnosis this problem to get it work in the Cloud?
2. Do I need to add a SQL Azure Server Firewall Setting to get it to work in the Cloud?
Thanks
Jeff in Seattle