Search code examples
c#wcf

How to deploy WCF service application on IIS


I am new to WCF services.I have made a service application and put the application code directory under default website of IIS.It connects with my client very well.

I want to know how to deploy my service on IIS as binary,as of now my whole source code is visible on server


Solution

  • it is called WCF Service Publishing

    check the MSDN Documentation

    after publishing you have only assembly files, Web.config file, and .svc file in the server