mouss mouss

mouss mouss

  • NA
  • 5
  • 0

Deploy WPF n-tiers desktop application

Apr 29 2011 5:47 AM
Hello

I have develop a n-tiers desktop application using wcf for communicaion between User layer and my business layer. My problem is that in development phase all the project are in the same solution so i can test and consume my service. Now the development phase is finish and I need to deploy my application. The solution contains theses project

Data_layer
Business_Layer
ServiceRSI(Iservice.cs and Service.cs)
ClientHostService(Containing reference of ServiceRsi and etablishing communication between Businnes_Layer and user_Layer)
Interface_Layer.


How to separate the project in deployement phase in order to only install the Interface_Layer on the client machine and the rest on the server machine.

Thanks for you help. Notice that it is my first time i work on n-tiers architecture. I don't know if I use the good proceudre. Any help will be welcome.

Answers (1)