Window Services In Client/Server Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AniNazir
    New Member
    • Dec 2007
    • 9

    Window Services In Client/Server Application

    Hai,


    I created one window services application its working fine. Now i want to create client/server application that is if i run the services in server machine. That want to reflect in client machine also.


    Do to do that ............





    Regards,
    Ani
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Originally posted by AniNazir
    Hai,

    I created one window services application its working fine. Now i want to create client/server application that is if i run the services in server machine. That want to reflect in client machine also.

    Do to do that ............
    Regards,
    Ani
    I didnt clearly get your question... If you want to make client server application.. i guess WCF is the way to go... You could .Net Remoting ... But WCF is better option... Do you want your Client windows and server windows service to communicate with each other... ? You will have to specify what exactly are you are doing ...
    Do take time to read Posting guidelines

    Comment

    • AniNazir
      New Member
      • Dec 2007
      • 9

      #3
      Originally posted by DeepBlue
      I didnt clearly get your question... If you want to make client server application.. i guess WCF is the way to go... You could .Net Remoting ... But WCF is better option... Do you want your Client windows and server windows service to communicate with each other... ? You will have to specify what exactly are you are doing ...
      Do take time to read Posting guidelines


      Thanks,

      What i need is i want to create windows services application. So that if i run that in server machine.If i start that service in server machine. Based on that i need some restriction in client machine.Becoz my application depends on services.

      If i give my application to our client they working on client/server machine.


      Regards,
      anitha

      Comment

      Working...