I cant 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. Im using WKO and configuring via remote, Im using the TCP channel.
When trying to use a web application as the client, the object is created of coarse (WKO isnt 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. Ive never had to deal with remoting outside of windows applications, so a situation like this is new to me.
What am I missing.
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. Im using WKO and configuring via remote, Im using the TCP channel.
When trying to use a web application as the client, the object is created of coarse (WKO isnt 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. Ive never had to deal with remoting outside of windows applications, so a situation like this is new to me.
What am I missing.