I have created an ASP.net Web API application. This application has an API that communicates with Google API and returns a result. Now, the issue is, when I run my application locally, it runs fine. Google returns me a response and I can process it. But when I host this application on my shared...