Server Error in '/' Application.

The server name or address could not be resolved

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.Runtime.InteropServices.COMException: The server name or address could not be resolved


Source Error:


Line 798:            oHttp = CreateObject("MSXML2.serverXMLHTTP")
Line 799:            oHttp.Open("GET",thisURL, False)
Line 800:            oHttp.send
Line 801:            result = oHttp.responseText
Line 802:callURL = result

Source File: G:\PleskVhosts\datalaya.co.uk\httpdocs\finki\showSearch.aspx    Line: 800

Stack Trace:


[COMException (0x80072ee7): The server name or address could not be resolved
]
   Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) +785
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) +451780
   ASP.finki_showsearch_aspx.callURL(String thisURL) in G:\PleskVhosts\datalaya.co.uk\httpdocs\finki\showSearch.aspx:800
   ASP.finki_showsearch_aspx.stake_Search(String thisISIN) in G:\PleskVhosts\datalaya.co.uk\httpdocs\finki\showSearch.aspx:520
   ASP.finki_showsearch_aspx.Page_Load(Object sender, EventArgs e) in G:\PleskVhosts\datalaya.co.uk\httpdocs\finki\showSearch.aspx:180
   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.9061; ASP.NET Version:2.0.50727.9062