self-hosting
How do C self-hosts itself?
Anyone knows the complete chain of operations from .c source code to finally an executable .exe? I\'ve downloaded the source of gcc,and found its c-parser.y is also written in c:[详细]
2023-02-15 11:12 分类:问答Locally Hosted WCF service - I don't want clients to have to authenticate
I have a self-hosted WCF service that is hosted by a desktop application. I can successfully connect to the service locally on my PC, but I can\'t use the service remotely, at least without providing[详细]
2023-02-12 23:49 分类:问答Hosting WCF Services in Multiple Windows Services in the Same Process
I am building a windows service to host a WCF service, and I am using : var ServicesToRun = new ServiceBase[][详细]
2023-02-01 11:23 分类:问答A SelfHosted WCF Service over Basic HTTP Binding doesn't support more than 1000 concurrent requests
I have self hosted a WCF Service over BasicHttpBinding consumed by an ASMX Client. I\'m simulating a concurrent user load of 1200 users. The service method takes a string parameter and returns a strin[详细]
2023-02-01 03:21 分类:问答Using web.config in a Self-Hosted c# WCF console app (setting MaxStringContentLength server side)
I have a simple self hosted WCF Console windows app, and I can connect fine from my client. I have a problem though sending large XML strings through to the server. I get the following error:[详细]
2023-01-18 12:41 分类:问答WCF duplex communication
I need to re-write an existing client-server application. The existing application communicate using socket, I have to convert it into WCF.[详细]
2023-01-10 05:41 分类:问答WCF Web/ServiceHost - Singletons and initialisation
I have some Service class which is defined as InstanceContextMode.Single, and is well known in the hosting开发者_C百科 application. (The host creates an instance, and passes that to the WebServiceHost[详细]
2022-12-30 21:42 分类:问答Workflow Service host not publishing Metadata
Still hacking away with extreme persistence at WF services hosted outside of IIS. I\'m now having issues with my WF service publishing metadata. Can someone take a look at my code and see what step I\[详细]
2022-12-30 16:59 分类:问答How Expensive are ???-Hosted WCF Services?
A co-worker and I are having a discussion about WFC services when the topic of \"cost\" comes up. The question is this:[详细]
2022-12-20 03:26 分类:问答What are the benefits for several servicehosts? Does one ServiceHost support several simultaneous connections on one endpoint?
I\'m thinking of self-hosting my WCF service instead of using IIS. A big question for me is whether I need to instantiate multiple servicehosts as IIS does or one wil be enough.[详细]
2022-12-18 04:57 分类:问答