Jump to content
Xtreme .Net Talk

Calling a remote object from web GUI acting as client problem


Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...