I've successfully created a WCF service that works how I want it to. The only problem is that I can not access the web service from anything but the actual machine the WCF service is running.
I understand that the Cassini web service is local only, I want to be able to run the WCF service on my customers system whenever they need the service in my desktop application.
Does anyone know of an easy way to do this without the customer installing anything more than the .NET Framework?
Thanks
Use self-hosting to host in your own app / service. If you already have the WCF service, it should be a simple matter to create a windows service and host it there (see link).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With