wcf-hosting

Hosting WCF Service on a partial trust host

I'm trying to deploy my WCF web service to a free host to test it, but it gives me the following error: The Binding with name WSDualHttpBinding failed validation because the Binding type System.ServiceModel.WSDualHttpBinding is not supported in partial trust. Consider using BasicHttpBinding or WSHttpBinding, or hosting your applicati...

Can I use IIS to host WCF services with transport other than HTTP?

I've searched and didn't find any question similar, so I'm asking. Is it possible to use IIS with transport other thna HTTP? If so, how to configure it? ...

Hosting and Consuming WCF Service from Same Process.

Can you become a client of a WCF Service from with the Process that is hosting the WCF Service? I have tried creating seperate App Domains within the same process and still no success. The service is confirmed to be available on Http, Net.TCP and Net.Pipe. Thank you for any help! Nat ...

Publish WCF service with Visual studio 2008

I have a WCF service project, and try to host it with IIS. In visual studio 2008, I right mouse click the project, and use the command "Publish" It publish to the directory I pointed to, but it puts the binary dlls in directory bin\release or bin\debug And I try to browse the svc, and it gives me the error message: The type 'xxxxxxxxxx...

Can I host both a webservice and a WCF service on the same website in IIS?

I currently have a website where I'm hosting a webservice with several web methods, I need to add some new web methods, but I want to move to the WCF services model rather than continue with asmx. I want to be able to host the WCF service in the same IIS 6 website as the asmx is - is this possible and if so are there any gotchas? ...

Hosting WCF + Silverlight-3.0 in remote mechine

After hosting Silverlight web Application with WCF servic into remote server, My aspx pages are working fine. But WCF service is not working. It showing the below error while running the page.. System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for ...