IIS with wshttpbinding VS windows service with netftpbinding
Which config would you recomend for a server?
I think that for a server it should be better the IIS (threads perhaps are used better than using "the iis inside framework 3.0".
What do you think?
I have services hosted both Windows Service and IIS and both work fine.
Hosting in IIS provides the following benefits
1. Automatic activation of the Service and no need to write hosting code
2. You can deploy Source or binary (Just like aspx)
3. Health monitor, automatic process recyling and others....