Discussion:
Q216580
(too old to reply)
GuiLL
2006-06-05 00:34:10 UTC
Permalink
Hi,

I have a problem with COM+, Visual Basic DLL, IIS 5.0, and Visual C++
6.0.

I have a C++ EXE that do the following:
CreateDispatch("MyVisualBasicDLL")

The Visual Basic DLL (is a COM+ object) instanciante a MSXML2.XMLHTTP40
and then, it sends a request to an ASP page than run under IIS 5.0.
Then the ASP page instanciante another class of the <VisualBasicDLL>
that will execute a SQL Server request.

When I execute many of the Visual C++ EXE, the send request of
MSXML2.XMLHTTP40 timeout and everything hang. The problem look very
similar to :

http://support.microsoft.com/kb/q216580/

I tried to remove ASP debuggind but the problem is still present. I'm
only able to make everything working by using a IIS server that is not
on the same machine.

Can someone help me with this problem? Is there a way to send a request
to IIS with MSXML2.XMLHTTP40 on the same server?

Thanks.
Martin Honnen
2006-06-05 11:35:46 UTC
Permalink
Post by GuiLL
Can someone help me with this problem? Is there a way to send a request
to IIS with MSXML2.XMLHTTP40 on the same server?
It is not recommended see
<http://support.microsoft.com/kb/316451/en-us>
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Loading...