The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Below set of Code returns me the XML file as Output.
Set myXmlDoc =Server.CreateObject("MSXML.DOMDocument")
myXmlDoc.load("www.abcsite.com/insert.asp")
1) How to show the Output(xml) in IE ? 2) How to convert XML into HTML and displays the HTML file ?<