self-hosting
What hosting method can be used for a WCF service to prevent multiple service start?
I\'m developing a Client-Server Application which moderate Wireless Access Point. I want change Server Application to a service with WCF. What hosting method can be used? Service should run one time.[详细]
2023-03-31 15:01 分类:问答Self-hosted WCF within Windows Service
I would like to know, if I need to generate client proxy for self-hosted WCF within Windows Form? Basically what I\'m trying to do is, post Html form to WCF operation. I have checked WCFClientTest to[详细]
2023-03-26 10:44 分类:问答WCF Self Hosting timeout
I have a Unity based C# WPF application that has a Module that communicates to a WCF based project within the same solution.[详细]
2023-03-19 07:48 分类:问答How do I _properly_ serve an XAP file from a self-hosted WCF service?
I have myself a self-hosted WCF server setup, whic开发者_如何学Ch serves a clientaccesspolicy.xml and an index.htm which is just points to my xap (accessible via app.xap).[详细]
2023-03-12 13:55 分类:问答How to stop self-hosted WCF service upon unhandled errors?
I have a self-hosted WCF service that is running as a Windows Service. For the tests, I\'m running it as a console application.[详细]
2023-03-08 17:26 分类:问答WCF self-hosted service SSL/transport security/Basic authentication doesn't ask for credentials
I\'ve created a self-hosted WCF service with HTTPS/SSL, transport security and Basic authentication. For some reason, when I run the service in the browser it never asks for credentials. What\'s wrong[详细]
2023-03-06 01:03 分类:问答Self-hosted javascript editor using `for ... in`?
I am thinking of one thing, since for(var i in obj) can pretty much enumerate anything inside a DOM or javascript object, so are there any selfhosted javascript editor that use for ... in to offer gra[详细]
2023-02-28 01:04 分类:问答Self hosting RIA Services in WPF executable & Referencing SL RIA Class Library
开发者_高级运维I want to use a RIA Services in WPF (Please hear me out before voting to close this :)).[详细]
2023-02-23 14:37 分类:问答Specify a Singleton service in a WCF self hosted service
I am writing an application that exposes a service via WCF. The service is self-hosted (console app) and needs to use a Singleton instance. I am trying to figure out how to specify singleton in the se[详细]
2023-02-18 05:06 分类:问答Porting WCF from self-hosting to IIS/AppFabric hosting
I have a WCF that has a TCP, HTTP and Mex binding in a self-hosted file, and everything works great. However, and I want to migrate it over to AppFabric, and keep the same bindings, but I\'m having a[详细]
2023-02-17 23:21 分类:问答