HighTechTalks DotNet Forums  

Deploying remote architectute host by windows service.

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


Discuss Deploying remote architectute host by windows service. in the Dotnet Framework (Remoting) forum.



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

Default Deploying remote architectute host by windows service. - 05-07-2007 , 11:05 AM






Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...


thanks.



Reply With Quote
  #2  
Old   
Spam Catcher
 
Posts: n/a

Default Re: Deploying remote architectute host by windows service. - 05-07-2007 , 02:32 PM






"Frank Smith" <papow (AT) yahoo (DOT) com> wrote in news:OxXQ7lLkHHA.1776
@TK2MSFTNGP05.phx.gbl:

Quote:
Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...
Is the service hosting the remoting service. Or are you hosting the
remoting service in IIS?


Reply With Quote
  #3  
Old   
calderara
 
Posts: n/a

Default RE: Deploying remote architectute host by windows service. - 05-08-2007 , 04:49 AM



hello,

If your remote component is hosted by a Windows service, sou just need to
copy the service.exe file as well as your remote component library under a
folder on your server. then from that server folder simply run the
Installutil.exe <servcie.exe name>

But an issue will comes when hosting remote component on services and runing
client are on differenrt lcoation. The authentication mecanism is ot
automatically going through. So you will ne to implement your own custom
authentification in order that the client runing context will be
authenticated as a valid user when the remoting host is called on your server.


regards
serge

"Frank Smith" wrote:

Quote:
Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...


thanks.




Reply With Quote
  #4  
Old   
SK
 
Posts: n/a

Default RE: Deploying remote architectute host by windows service. - 05-10-2007 , 09:25 AM



Hi,
em trying to access Webservice form Windows service, Windows service
being the Client and webservice being the server, i hv added the URL for the
webservice in the app.config file of windows service.

when i run this windows service, its now working
Can some one help me out to know how can i proceed to access the
webservice from the windows service.

Any hellp will be appriciated

"calderara" wrote:

Quote:
hello,

If your remote component is hosted by a Windows service, sou just need to
copy the service.exe file as well as your remote component library under a
folder on your server. then from that server folder simply run the
Installutil.exe <servcie.exe name

But an issue will comes when hosting remote component on services and runing
client are on differenrt lcoation. The authentication mecanism is ot
automatically going through. So you will ne to implement your own custom
authentification in order that the client runing context will be
authenticated as a valid user when the remoting host is called on your server.


regards
serge

"Frank Smith" wrote:

Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...


thanks.




Reply With Quote
  #5  
Old   
=?Utf-8?B?Y2FsZGVyYXJh?=
 
Posts: n/a

Default RE: Deploying remote architectute host by windows service. - 06-01-2007 , 10:09 AM



Hi,

What is teh reason to have a windows servcie as a client for your Web
Service ?
Any special things ?

I have never try to call a web service from a windows service as client
I guess first you will have to run your service as Network Service in order
to push forward credential for authentication. This only if you use TCp
channel 2.0


"SK" wrote:

Quote:
Hi,
em trying to access Webservice form Windows service, Windows service
being the Client and webservice being the server, i hv added the URL for the
webservice in the app.config file of windows service.

when i run this windows service, its now working
Can some one help me out to know how can i proceed to access the
webservice from the windows service.

Any hellp will be appriciated

"calderara" wrote:

hello,

If your remote component is hosted by a Windows service, sou just need to
copy the service.exe file as well as your remote component library under a
folder on your server. then from that server folder simply run the
Installutil.exe <servcie.exe name

But an issue will comes when hosting remote component on services and runing
client are on differenrt lcoation. The authentication mecanism is ot
automatically going through. So you will ne to implement your own custom
authentification in order that the client runing context will be
authenticated as a valid user when the remoting host is called on your server.


regards
serge

"Frank Smith" wrote:

Can anyone provide me with resources as to how to deploy a remote object
host by a windows service to an application server. Need a little aid in
deploying the architecture...


thanks.




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.