Search code examples
c#visual-studio-2010wcfiis

Hosting WCF service created in VS2010 on IIS


I have been through tons of threads and am unable to find the correct answer for my question. I have created a very simple WCF service on my development machine using visual studio 2010. The service works correctly when using VS to host it. I have even had success creating a small c# application to consume this service. However I now need to move this service to IIS on my work's development server. I have tried following several guides online but nothing has worked so far. Any help would be greatly appreciated.


Solution

  • if you are able to execute your wcf service using WCFTestClient successfully and not on IIS

    that means problem is in endpoint configuration. I suggest have a look once again endpoint suggestions.