Silverlight 3.0 and self hosted WCF duplex service [modified]
-
I want develop a stand alone application with WCF Service, and expose this service with PollingDuplex to a Silverlight 3.0 application running in a browser on the web. I don't want use IIS because my WCF Service talk with Serial Port and does other things. I would like that I can consume the same service also with a console application in order to use this application as diagnostic application. I found code on the web but all the examples use IIS to host the service.
modified on Thursday, September 17, 2009 7:26 AM
-
I want develop a stand alone application with WCF Service, and expose this service with PollingDuplex to a Silverlight 3.0 application running in a browser on the web. I don't want use IIS because my WCF Service talk with Serial Port and does other things. I would like that I can consume the same service also with a console application in order to use this application as diagnostic application. I found code on the web but all the examples use IIS to host the service.
modified on Thursday, September 17, 2009 7:26 AM