Server Error in '/' Application.

The remote name could not be resolved: 'feedpartner.pricerunner.com'

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote name could not be resolved: 'feedpartner.pricerunner.com'

Source Error:


Line 357:		HttpWebRequest hwr = (HttpWebRequest)WebRequest.Create(queryURL);
Line 358:		hwr.Credentials = new NetworkCredential("Cheap", "akma313d");
Line 359:		HttpWebResponse hwrsp = (HttpWebResponse)hwr.GetResponse();
Line 360:		System.IO.StreamReader sr = new System.IO.StreamReader(hwrsp.GetResponseStream());
Line 361:		XmlDocument xrep = new XmlDocument();

Source File: e:\Websites\Underground\www.cheapest.co.uk\product.aspx.cs    Line: 359

Stack Trace:


[WebException: The remote name could not be resolved: 'feedpartner.pricerunner.com']
   System.Net.HttpWebRequest.GetResponse() +1126
   shopping_price_runner_product.get_Xml(String queryURL, String type) in e:\Websites\Underground\www.cheapest.co.uk\product.aspx.cs:359
   shopping_price_runner_product.Page_Load(Object sender, EventArgs e) in e:\Websites\Underground\www.cheapest.co.uk\product.aspx.cs:61
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175