Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET Remoting Using HttpChannel

Status
Not open for further replies.

ja2000

Programmer
Mar 17, 2002
42
ID
I've used the .NET Remoting by listening on certain port on TcpChannel, but my company wants to compare it with the HttpChannel since my company have a lot of firewall, he suggest that the .NET Remoting listen on Http port (80)

I change my code and tell my host application and register to ChannelServices.( new (HttpChannel()));
but when my client app access the host... there's an exception occurred, which sound like this :
(405) method not allowed or something like that (i forgot ^-^)
I've read an article before 'bout using the IIS as the listener if you use .NET Remoting on HttpChannel, but the article didn't show me the way ):

by the way... could someone here help me with that?
 
Heeeeyyyyy somebody... please help meeeee ^-^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top