Hi,
My asp.net site this code working fine. But when i put this code to dotnetnuke its raise error.
Dim strUrl As String = "http://e-conomic.excomhost.com/DesktopModules/dnnConnector/dnnconnectorOrders.aspx?portalid=0&OrderStatus=0_unpaid:1_paid:1_Betalt:1_betalt:0_ubetalt:0_Ej betald" 'readxml Dim xmlDocument As New System.Xml.XmlDocument xmlDocument.Load(strUrl)
Error is
The remote name could not be resolved: 'e-conomic.excomhost.com'
Why this error come?
lakmal