Re: Which service to use
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Can you describe where you want to persist things if not the disk or DB? And
what exactly does your service need to do?
I agree that a Windows service is a better option for 24/7 if the same
process must stay running - but if the service is intended for comms (as
your WCF comments imply), then note that hosting WCF in a Windows service is
fairly simple.
Re http, again WCF offers various transports and protocols - http is one of
them, but others are available simply by changing the configuration.
Marc
.
Relevant Pages
- Re: Microsoft Sync Services - good solution for me?
... thanks for the clearing up the WCF - http thing for me. ... "Ginny Caughey MVP" wrote: ... You can use IIS or even write some sort of app that is running ... (microsoft.public.sqlserver.ce) - Re: Web-Server-Schnittstelle
... die Funktionsweise der Windows / IIS HTTP Implementierung oder im ... Zusammenhang mit dem Hosting von WCF. ... hinweist, wie er über System.Net.HttpListener einen HTTP Server in seine ... Niemals habe ich behauptet dass nur Port 80 möglich ist. ... (microsoft.public.de.german.entwickler.dotnet.csharp) - Re: locking an int
... If your saying to me WCF is not interoperable then I'm happy for you to believe that, it really is no skin off my nose. ... Any solution you come up with will be longer than is needed to handle a protocol based on a simpler foundation, like pure HTTP (if your target has built-in HTTP libraries) or TCP. ... (microsoft.public.dotnet.languages.csharp) - WCF Binding Guidance Needed (DESPERATE)
... I am having a difficult time constructing the right WCF bindings for my WCF ... Windows Service over HTTP and would appreciate some help. ... without some form of transport security but I can't seen to find a way to do ... Usage of WS-Security to authenticate messages and secure message content ... (microsoft.public.dotnet.framework.webservices) - Re: WCF About Service Host
... I'm new of WCF, i had see the samples of Artech.WCFService, it's seem to ... need a service host to service the WCF Client, my question is: ... You can also have IIS host them if you stick to HTTP. ... (microsoft.public.vsnet.general) |
|