HighTechTalks DotNet Forums  

IIS Hosted Remoting - ASP.Net Client

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss IIS Hosted Remoting - ASP.Net Client in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
JMZ
 
Posts: n/a

Default IIS Hosted Remoting - ASP.Net Client - 04-27-2007 , 12:22 PM






I am having some difficulty in deciphering the different approaches to
remoting. We need to call methods on remote objects hosted in IIS on a
different app server from the code behinds of our ASP.Net pages.

Basically, all the objects are built and functioning without remoting
currently (i.e. the objects we want to remote are currently local to the
client web application).

We also want to make this change with as little disruption to the source
code as possible. And we want to use Binary over HTTPS. So, how do we do
this?

Ny initial feeling is that we would:

- Add Remoting to references & imports statement to remoteable classes
- Inherit from MarshalByRefObject
- Recompile each remoteable class
- Create a proxy for each of these objects (using SoapSuds.exe or ???)
- Remove the original versions of the now remoteable dlls from the client app
- Remove the references to the original non-remoteavble objects from each
client page
- Add the proxies to the client application
- Add the new references to the new proxies to each page (as necessary)
- Rebuild the client ASP.Net application
- Deploy the client application
- Deploy the new proxies on the client web server in the appropriate folders

How close is this? Do I need to add further configuration information to
the web.config files on either the client or server, or both?

Thank you in advance.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.