iis 7 - Which is the best option to host a nettcp WCF service -
I have a nettcp service that I want to host I have three options - IIS 7 Windows service a console application If someone can give me some valuable ideas then I would be grateful, on which one option is better than the other. Here are some comments for me: IIS 7: WAS: Any dependence on IIS All protocol-supported / Li> Not all shared hosting environments will support non-HT protocol binding or unusual port numbers. More complex configurations Windows service: Prof. OS: Windows starts at startup You can start / stop service through service control manager All protocols supported Some additional steps for deployment / redemption (installutil) You need some extra boilerplate code to support the service implementation Not ideal if you have The server does not have access to the server (eg Console Application: Professionals: Fast and easy to deploy for testing All protocols supported Cons: To b...