I uploaded a file to a WEB server, but when I use this code:
WebClient update = new WebClient();
string Teste = update.DownloadString("http://testexxx.000webhostapp.com/teste.txt");
Returns this error: ConfigurationErrorsException: Element not recognized.
Because he is not downloading directly from the file, because when he opens the file on the site he shows what is inside and does not download, how can I correct this?