I have a self hosted WCF service (using a Windows Service). The installer currently places all the exes into "program files".
I am deploying the app.config file for the windows service because it contains the service endpoint information. how can I move that file (app.config) to "program data" (%appdata%) directory and have the exe sti...
I am trying to self-host a WCF service with the use of WCFExtras. Has anyone been able to add the wsdlExtensions endpoint behavior to the ServiceHost (not through app.config)? It appears that the class doesn't have a public constructor. Has anyone successfully accomplished this? Thanks!
...
Hi,
I'm looking for a simple self hosted website monitoring tool.
It should be somthing similar to watchmouse.com or pimgdom.com, with a nice UI, colorful charts and so on (Customers like that :)).
At the moment we use Zabbix also for HTTP monitoring, but since now our hoster care about the hardware and software monitoring on the machi...
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:
"System.Xml.XmlException: The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by ...