I'm accessing a WCF service (hosted on Azure) from a Windows Phone 7 app and currently the connection string to the database is stored in the WCF web config file in plain text.
After doing some reading online - I'm just confused. What exactly are the reasons I should encrypt my connection string if the service is tucked away on Azure?
Thanks!