wsdualhttpbinding

How to use a WCF Dual Service over the internet?

跟風遠走 提交于 2020-01-01 05:38:08
问题 I followed this tutorial (at least based my WCF in this, coz I need then to work alike): http://www.eggheadcafe.com/tutorials/wcf/b5ada8df-58c5-492f-b368-457b3a4f137c/notify-client-applications-using-wcf-callbacks.aspx It's working very well on my computer, but i need to use it over the internet. While trying to do this I heard (over the internet) that is better to use netTcpBiding. I gonna have a server that is going to be aware of the number of clients online. I wanted a WFC service on my

WCF wsdualhttpbinding client without elevation

ε祈祈猫儿з 提交于 2019-12-20 03:55:18
问题 I've created a Windows Service (server) and a WPF (client) that uses WCFs wsdualhttpbinding callback functionality. Everything between the two pieces of software works correctly but the problem I'm having is that the client needs to run elevated to administrator privileges to work (which is understandable because it has to open ports in order to communicate with the server) Is there any way to configure the client to work without elevation? Or perhaps create a one-time permanent connection so

WCF wsdualhttpbinding strange behaviour at client side that has no clear (Exception details)

五迷三道 提交于 2019-12-13 00:18:13
问题 to make long story as short as possible, I made a duplex WCF service, using wsdualhttpbinding, tested it on my local machine using Visual Stuido and using IIS7, thigs are working fine (i had to use windows authentication on IIS7 to make it work thu). Any way, I published the duplex service on my company network (LAN network, windows domain, IIS 6) which i used to for many WCF services (basic and ws http bindings and worked fine) and the problem is I can not get the service to work, I tried

WCF wsdualhttpbinding client without elevation

天大地大妈咪最大 提交于 2019-12-02 07:10:09
I've created a Windows Service (server) and a WPF (client) that uses WCFs wsdualhttpbinding callback functionality. Everything between the two pieces of software works correctly but the problem I'm having is that the client needs to run elevated to administrator privileges to work (which is understandable because it has to open ports in order to communicate with the server) Is there any way to configure the client to work without elevation? Or perhaps create a one-time permanent connection so that the client doesn't need to be elevated at all times? I'm running out of ideas and google search