Deploying WCF Tutorial App on IIS7: “The type could not be found”

后端 未结 4 1411
北荒
北荒 2020-12-31 09:37

I\'ve been trying to follow this tutorial for deploying a WCF sample to IIS . I can\'t get it to work. This is a hosted site, but I do have IIS Manager access to the server.

4条回答
  •  爱一瞬间的悲伤
    2020-12-31 10:03

    I had this issue.

    1. I kept published files under wwwroot
    2. Click Browse on .svc file
    3. This throwing same exception

    Resolution

    1. I created a virtual directory for the same
    2. Tries Browse on .svc file.

    Working...

提交回复
热议问题