Hi,
I have a remote business tier hosted in IIS in my client side. I
established a chanel in my asp.net 2.0 web app as follows
BinaryClientFormatterSinkProvider provider = new
BinaryClientFormatterSinkProvider();
HttpClientChannel channel = new HttpClientChannel("ClientChannel",
provider);
ChannelServices.RegisterChannel(channel, false);
And then created a proxy object as follows
ISessionHandler handler = (ISessionHandler)Activator.GetObject
(typeof(ISessionHandler), "http://[Address]/ISessionHandler.rem");
As a result I got a socket exception saying that a socket operation
encountered a dead network when I ran in IIS but it worked fine in asp.net
development server.
Any help is appreciated
Thanks,
Vu
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com