On a Windows Server 2003 SP1with MSXML 6 installed. No proxy server is used.
Extraction of ASP code:
Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
objHTTP.open "GET", strDynURL, false
objHTTP.send()
After this err.number is 424 and err.desciption is empty.
And objHTTP.respo...
more >>
We created an ActiveX control and marked it as safe for scripting using
Implements IObjectSafety. We then created a CAB file and signed it using
Verisign.
We also created a license file (LPK file) for it.
We use this control on an ASP page.
We put the CAB file for the AX control and VBRun60.C...
more >>