Calling a remote object from web GUI acting as client problem

bri189a

Senior Contributor
Joined
Sep 11, 2003
Messages
1,004
Location
VA
I can't get this to work.

Object Whatever implements interface IWhatever, this interface is used as the proxy in the GUI (web app) to talk to the concrete implementation on the app server.

Using Console applications this works fine. I'm using WKO and configuring via remote, I'm using the TCP channel.

When trying to use a web application as the client, the object is created of coarse (WKO isn't created on service host until first method is called) and this is where IIS freezes.

Since everything works fine in Console test apps, I know it must be some sort of security and/or configuration issue. I've never had to deal with remoting outside of windows applications, so a situation like this is new to me.

What am I missing.
 
can you post your <system.runtime.remoting> section from web.config?
also post remoting config for host service.

i struggled with exact same scenario for awhile but finally got it so maybe i can help.

-lp
 
Back
Top