bri189a Posted January 10, 2007 Posted January 10, 2007 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. Quote
LostProgrammer Posted January 17, 2007 Posted January 17, 2007 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.