wcMicrosoft = new WebClient();
objUTF8Encoding = new UTF8Encoding();
HTMLDATA = objUTF8Encoding.GetString(wcMicrosoft.DownloadData(String.Format("{0}/{1}",appPath, "/templates/ST_News.aspx")));
hi i am using the above to display the page content dynamically.
it works fine in local , but when iam trying to connect my ip to online it shows unable to connect remote server
how can we solve the problem.
i want to know problem in the coding or ....
...
Go to the complete details ...