Click here to Skip to main content
15,891,706 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
System.Net.WebException: The remote name could not be resolved: 'testurl.org?type=1'
at System.Net.WebClient.OpenRead(Uri address)
Posted
Comments
Gaurav Gupta A Tech Guy 20-Dec-13 23:35pm    
Can any one tell me that this function WebClient.OpenRead exceutes at client end or server end in web application ?

1 solution

The error is telling you the problem. It cannot resolve the name. You need to use a valid url.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900