Author: rcsprakash | Posted on: 7/9/2008 4:27:45 AM | Views : 1252

 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 ...