TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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.
Reply
Answers (
1
)
Debug Wcf Services Remotely From Client Machine
How do I enable logging and auditing in WCF?