In my program I need to get the content of my site, however the return of DownloadString method of the webclient object returns null, however the most intriguing is that there is no exception. the status code is 200, the request is made perfectly, but the url returns an empty string.
WebClient wc = new WebClient();
String teste = wc.DownloadString("http://www.wiplay.com.br");
My site http://www.wiplay.com.br