![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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... |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |