0
Reply

How to Avoid 503 Error in asp.net c# Google Translate

Rajagopalan R V

Rajagopalan R V

Jan 27 2016 5:17 AM
732
Hi Friends,
 
 
In My Web Application i created Google Translate in that it showing 503 Error (After two or three words got translated it showing this Error)
 
Error Message:
 
System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at Translator.TranslateGoogle(String text, String fromCulture, String toCulture)
 
 
i just took the Link which am using to call google translate in my code i just took that in Debug mode and after browse that link in search engine it's showing following message as displayed in below link
 
https://support.google.com/websearch/answer/86640 
 
they said to use CAPTCHA i've tried that also the issue is not solved and i don't have any VPN also
 
Please help me to Solve this issue ASAP