博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WCF: Hosting WCF In IIS
阅读量:5357 次
发布时间:2019-06-15

本文共 532 字,大约阅读时间需要 1 分钟。

1. Create an IIS Application as below

 

2. In the physical path, there're 2 files and 1 App_Code folder

  

 

  a. App_code contains the WCF Service contract and class implementing the contract

 

  b. service.svc contains code hosts the service 

  c. Web.config configure the service endpoints exposed to clients

 3. Make sure items below is enabled for your computer

  a. IIS

  b. WCF HTTP Activation

4. Go to http://localhost/IISHostedCalc/service.svc, we can see the service is created.

 

转载于:https://www.cnblogs.com/ATually/p/7011591.html

你可能感兴趣的文章
python 数值计算库
查看>>
java 服务重启 js 中被注释代码仍然执行
查看>>
我并不是不闻不问![C#]
查看>>
web前端经典小题
查看>>
AutoCAD如何倒角 倒圆角 倒直角
查看>>
Office PPT中如何插入flash
查看>>
C# Fade Form Effect With the AnimateWindow API Function
查看>>
golang多维数组的切片
查看>>
IP 网际协议
查看>>
C语言_第五章__实践(密码转换)
查看>>
docker 容器后台运行命令
查看>>
jquery 获取css position的值
查看>>
面向对象的程序设计
查看>>
a标签添加点击事件
查看>>
Context.startActivity出现AndroidRuntimeException
查看>>
Intellij idea创建javaWeb以及Servlet简单实现
查看>>
代理网站
查看>>
Open multiple excel files in WebBrowser, only the last one gets activated
查看>>
FFmpeg进行视频帧提取&音频重采样-Process.waitFor()引发的阻塞超时
查看>>
最近邻与K近邻算法思想
查看>>