COM+ Ports 
Author Message
 COM+ Ports

I've written in VB application for COM+ Server, and everything works fine
:-). One of the application clients have to communicate with my COM+ server
using VPN connection over internet. The Security Administrator has asked me
if I can tell him the ports numbers which are used by components (RPC)
during communication. And that is my question. Help :-)

Greets,
Adam

-------------------------------------------
Adam Boczek
IT Consultant
GFT Solutions GmbH

-------------------------------------------



Sat, 24 Jan 2004 14:26:23 GMT  
 COM+ Ports
DCOM traffic happens on port 135 and various random ports in the upper
range.
This makes DCOM quite Internet unfriendly.
Two alternatives are COM Internet Services
http://www.kbcafe.com/articles/cis.html
and SOAP.
--
Randy Charles Morin
Author of Programming Windows Services
http://www.kbcafe.com

Feel free to contact me by private email or messenger



Quote:
> I've written in VB application for COM+ Server, and everything works fine
> :-). One of the application clients have to communicate with my COM+
server
> using VPN connection over internet. The Security Administrator has asked
me
> if I can tell him the ports numbers which are used by components (RPC)
> during communication. And that is my question. Help :-)

> Greets,
> Adam

> -------------------------------------------
> Adam Boczek
> IT Consultant
> GFT Solutions GmbH

> -------------------------------------------



Sun, 25 Jan 2004 01:38:55 GMT  
 COM+ Ports
Thanx Randy, that's great that You have time to reply posts (I've seen your
books).

Quote:
> "various random ports in the upper range"

Is there a possibility to estimate this range?

Greets,
Adam

-------------------------------------------
Adam Boczek
IT Consultant
GFT Solutions GmbH

-------------------------------------------



Quote:
> DCOM traffic happens on port 135 and various random ports in the upper
> range.
> This makes DCOM quite Internet unfriendly.
> Two alternatives are COM Internet Services
> http://www.kbcafe.com/articles/cis.html
> and SOAP.
> --
> Randy Charles Morin
> Author of Programming Windows Services
> http://www.kbcafe.com

> Feel free to contact me by private email or messenger





Sun, 25 Jan 2004 16:54:03 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Finding COM Ports - Mouse dies when VB talks to its COM Port

2. VB4.0 sending commands to rs232 (com port) and printer port

3. COM Port as Data Source

4. COM port communication

5. How to send data to a com-port

6. COM Port Communication

7. Access & COM ports

8. How do I open a COM port

9. CONTROLLING COM PORT

10. Can Access use com ports to read data ?

11. Geting data from the com port

12. Capturing Data Through Com Port

 

 
Powered by phpBB® Forum Software