Deploy WCF service in IIS 7.5

只愿长相守 提交于 2019-12-06 15:56:16

After search on google and watching videos. Finally I got the solution.

This error occur due to IIS configuration that I was not bother about.

  1. open your IIS Manager console.
  2. Make a separate applicaiton pool.
    a). Set .NET Framework version to 4.0
    b). Managed pipeline mode : Classic
  3. Set Applicaiton Pool Identity to "LocalSystem".
  4. Follow the steps same as to deploy a web application on IIS like creating a Virtual Directory.
  5. Creatig the Virtual Directory set that Application Pool you have created.

And consume the WCF Service in Client application.

Click here to watch the video

Kindly Update this question / answer thread, if you find more about this.
Thanks :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!