473,399 Members | 4,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Remoting with TCP & IIS?

I am curious why IIS must be alive for TCP remoting services. What is ISS
doing with this? Can I have remoting without IIS?

Dim channel As New TcpChannel(8888)

ChannelServices.RegisterChannel(channel)

Dim ref1 As ObjRef = RemotingServices.Marshal(MyRemotingServer,
"object1uri")


Nov 23 '05 #1
2 3293
"gregory_may" <None> wrote in news:et**************@TK2MSFTNGP14.phx.gbl:
I am curious why IIS must be alive for TCP remoting services. What is ISS
doing with this? Can I have remoting without IIS?

Dim channel As New TcpChannel(8888)

ChannelServices.RegisterChannel(channel)

Dim ref1 As ObjRef = RemotingServices.Marshal(MyRemotingServer,
"object1uri")


IIRC it uses IIS to do the TCP communication. To do your own, you need to
build a stand alone socket server to handle the TCP. We use Indy
(http://www.indyproject.org). Its free and we've built many custom
ASP.NET/.NET servers with it.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #2
"gregory_may" <None> wrote in news:et**************@TK2MSFTNGP14.phx.gbl:
I am curious why IIS must be alive for TCP remoting services. What is ISS
doing with this? Can I have remoting without IIS?

Dim channel As New TcpChannel(8888)

ChannelServices.RegisterChannel(channel)

Dim ref1 As ObjRef = RemotingServices.Marshal(MyRemotingServer,
"object1uri")


IIRC it uses IIS to do the TCP communication. To do your own, you need to
build a stand alone socket server to handle the TCP. We use Indy
(http://www.indyproject.org). Its free and we've built many custom
ASP.NET/.NET servers with it.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Nick | last post by:
Is there a way that if I host my remoted object in IIS (not having to mess with encryption & authentication via a custom sink) that the server can raise events and the clients can detect them? If...
6
by: Z D | last post by:
Hello, Is it true that I need to push the DLL for my entire class if I wish to use CAO remoting??? Can't I just use an Interface to the class on the client side and instantiate the object in...
1
by: Jignesh | last post by:
Situtation: I want to send mails from the site on regular basis may be weekly/daily to all subscribed users. This activity should be automated/sheduled. My Thinking: Possible solution can be...
0
by: gregory_may | last post by:
I am curious why IIS must be alive for TCP remoting services. What is ISS doing with this? Can I have remoting without IIS? Dim channel As New TcpChannel(8888) ...
4
by: sjoshi | last post by:
Hello All I'm trying this to filter group users bu tI keep getting an unspecified error when invoking FindOne method. Any help is greatly appreciated. public static DirectoryEntry...
5
by: mitch | last post by:
Hello, Basically, I want my application to run only one instance at a time and pass command line arguments to a running instance. I have all of this working, I used the IPC Remoting channel and...
5
by: Nick | last post by:
Hi there, Can anyone tell me what RTD is? And can it be used for simple interprocess communication? I am just interested in sending strings to a previous instance. I am currently using .NET...
1
by: Dan Avni | last post by:
Using VS 2003, i have a web application that has a business layer & a data access layer. on most installations of my web site, the sql server is residing somewhere in the network and i configure...
0
mmfranke
by: mmfranke | last post by:
Hello. Hi. I'm writing a logging service that uses .NET remoting. The idea is that the service publishes an EventProcessor object that clients can access via .NET Remoting, passing it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.