Questions tagged [wcf-hosting]
84 questions
0
votes
2 answers
How to stop WCF Service project from being hosted automatically while debugging
I have Asp.Net solution that contains few WCF Service projects. Every time i run the application in debug mode, i can see that my services being hosted on ASP.Net Development Server. I just have single project in the start up.
Is there a way i can…

Asdfg
- 11,362
- 24
- 98
- 175
0
votes
1 answer
Resource not found error when accessing wcf svc file from remote machine
I hosted a simple wcf service in IIS and I am able to access it from the IIS server machine without any issues. But, when I access it from any other machine I get the error:
"Server Error in '/' Application.The resource cannot be found." I put an…

Rahees
- 3
- 1
- 3
0
votes
2 answers
WCF Service Can't find metadata when using class from external dll
I'm creating a WCF service that will be used to insert data into a database.
The WCF service runs normally when using functions that are scoped locally to within the interface and class of the service itself, however, it fails to start when I use a…

KamalSalem
- 495
- 2
- 8
- 21
0
votes
1 answer
How to host this particular WCF service on IIS 7 since it lacks somethings?
This article doesn't use the standard WCF Service Library project template in VS2010, so apparently it lacks some things that might make it easier to host on IIS.
Can somebody please provide the steps necessary (and as much details as you care to…

Sam
- 2,663
- 10
- 41
- 60
0
votes
2 answers
How to identify the WCF host from service implementation
I have a WCF environment hosted on a windows service. I have two hosts (one on TCP and another on NamedPipes). Don’t be alarmed about the multiple hosts – this is a messaging engine and hosts are mounted dynamically based on the configuration. No…

James Poulose
- 3,569
- 2
- 34
- 39
-1
votes
1 answer
Hosting A Service as A WCF Service
I have two .cs files in one i will specify the Interfaces, and in another file i will implement the interfaces. Now i want to host Service as a WCF Service on IIS.
In another way How to host the already existing service(Functionality) as a WCF…

realn
- 1,732
- 3
- 12
- 20
-1
votes
1 answer
WCF Hosting Options Suggestion
I am looking for suggestion for hosting my WCF enterprise application.
The app. require to run without stopping at the server. It also use TCP to yield the best performance at the intranet environment.
I am thinking to host it at window service…

Bryan Fok
- 3,277
- 2
- 31
- 59
-1
votes
1 answer
WCF Service returns Error when invoking method from client after changing from http to https "ContractFilter mismatch at the EndpointDispatcher"
I created a HTTP wcf service that will be consumed by a windows client and utilized. I had no issue until I was using HTTP. Now my customer wants to change the site to HTTPS. So for development purpose I have used IIS express certificate and setup…

Sai Saiyan
- 1
- 5
-1
votes
1 answer
How to host WCF if contracts,implementation and host are separate assembly
I have downloaded a layered sample from Codeplex from this link: https://layersample.codeplex.com/releases/view/107797
This contain a WCF service with this structure:
service contract library
service implementation library
web host…

user3711357
- 1,425
- 7
- 32
- 54