Server Error in '/' Application.

The remote name could not be resolved: 'www.fashionmall798.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: 'www.fashionmall798.com'

Source Error:


Line 23:     {
Line 24:         System.Net.WebClient wc = new System.Net.WebClient();
Line 25:         byte[] data = wc.DownloadData(url);
Line 26:         return data;
Line 27:     }

Source File: e:\web\emspartners\htdocs\Default.aspx.cs    Line: 25

Stack Trace:


[WebException: The remote name could not be resolved: 'www.fashionmall798.com']
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +287
   System.Net.WebClient.DownloadData(Uri address) +106
   System.Net.WebClient.DownloadData(String address) +29
   _Default.get_data(String url) in e:\web\emspartners\htdocs\Default.aspx.cs:25
   _Default.Page_Load(Object sender, EventArgs e) in e:\web\emspartners\htdocs\Default.aspx.cs:61
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762