Reputation: 4885
I am new to WCF (Just a day or 2). I am planning to make an application having Client/Server
WCF Service (On Server hosted as windows service):
Questions:
SqlServer + EF 4.1
Server UI:
This will primarily will be used to
Questions:
Client App:
Also, can the windows installer be combined to install ServerUI + WCF Service + Windows service?
Upvotes: 1
Views: 1567
Reputation: 46034
WCF Service
Server UI
Installer
Upvotes: 1
Reputation: 2284
Ha a look at WCF duplex services: http://msdn.microsoft.com/en-us/library/ms731064.aspx
Why do you want to have a interface to an windows service? And if you have access to IIS7 and WAS, I would recommend to use it instead of self-hosting in windows service.
Here is a good starting point for WCF Configuration Management: http://msdn.microsoft.com/en-us/library/ff650534.aspx
Yes, you can use windows installer.
Cheers --Jocke
Upvotes: 0