Now it finally makes sense.

So you have to call it once on http port 80 to make aspnet_wp start
listening on port 8080. I just tried it and it works!

Thanks!

Peter

From: "Deepak Rao" <[EMAIL PROTECTED]>
> You don't have to configure IIS to listen on port 8080. Just leave it on
> the default port web server port. The ASP.Net worker process will be
> started on the first invocation of your object on the HTTP channel. When
> aspnet_wp.exe starts, it will call Configure(). It reads the config file
> and notices that a channel needs to be activated. It then starts a
> socket to listen for incoming connections on port 8080.
>
> Make sure that aspnet_wp.exe is running before you try to make the call
> on the TCPChannel. When you see aspnet_wp.exe in Task Manager, go to the
> command prompt and use netstat to ensure that 8080 is open for
> listening. If it is, then you should be able to connect on the TCP
> channel.
>
> Deepak

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to