XMLHTTP problems

webmasterbeta

New Member
Hello everyone,Any suggestions on getting XMLHTTP to work with a call from asp to post toanother asp or COM to ASP will be greatly appreciated.I have downloaded support materials to get XMLHTTP to work and I have noproblems getting it to workwith say a VB Standard Exe program.What I do is have a text box and a button. The text box is a message thatis sent to my ASP fileand then returns it with some junk appended, just to know I get there andback. This worksgreat in a standard exe.When I move the same code to a COM DLL or EXE, and leave the applicationin debug mode, it worksperfectly fine. When I run it as a compiled piece, and attempt to call it,whether from a standard Exe,another COM object, or an ASP page, I get a Dr. Watson, saying applicationerror. Not very descriptive,and nothing in the Event Log.I am running Windows NT 4.0.Any suggestions on getting XMLHTTP to work with a call from asp to post toanother asp or COM to ASP will be greatly appreciated.Thank you.
 
Back
Top