wcf

How to specify the WCF service URL

The web application is running on ASP.net, next to it is a service (*. svc), now this method is used to connect them (WEb. co ... ce.IProcess"/> </client> The problem with this method is that it is linked to a specific URL, how can I avoid this?

Hosting wcf services on your home PC

I'm trying to make a simple chat in c# wcf I found an example for working on one PC,(here is the video), but I want to make ... <add baseAddress="net.tcp://192.168.1.5:746"/> Dhcp is configured Please point out my mistakes in advance thank you

Error reading a wdsl wcf service containing "localhost" by the client"

Encountered such a problem. The client cannot read the wdsl of the service due to the fact that localhost is specified in it. ... he solution to the problem is very simple, but I've tried a lot of things. The firewall was turned off. Thank you in advance!

wcf service, transfer of large files

There is a WCF service using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text ... like to know how to change the configuration so that it is possible to send ~2Gb files over a tcp connection and named pipes

WCF service Host - service does not register port if it does not run VS as Administrator

Hello, when trying to run a WebService of type ServiceLibrary. WCF service Host gives me the following bad news: Pleas ... l Studio as administrator, I can run the service. But how do you solve this, without running Visual Studio as administrator?

WCF consuming external Java WebService with HTTPS and proxy

I have a WCF service that consumes a Web Service (developed in Java) where I need to connect with HTTPS using a certificate. ... e certificate is invalid according to the validation procedure." does it refer to the server that I am consuming the service?

The underlying connection was closed: unexpected error on a receipt

I have a web site that communicated with a WCF. This Wcf communicates with my " DAO " which is a Class Library where I have t ... request context by the server (possibly due to service shutdown). See server logs for more details Can anyone help me?