码迷,mamicode.com
首页 > Windows程序 > 详细

win8发布 wcf问题

时间:2014-05-30 06:12:19      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:c   style   tar   http   a   ext   

WCF services don’t run on IIS 8 with the default configuration, because the webserver doesn’t know, how to handle incoming requests targeting .svc files. You can teach it in two steps

 

  • Add a new MIME type:

    Extension: .svc        MIME type: application/octet-stream

 

 

  •   Add a new Managed HTTP Handler:    

    Request path: *.svc       Type: System.ServiceModel.Activation.HttpHandler       Name: svc-Integrated

win8发布 wcf问题,布布扣,bubuko.com

win8发布 wcf问题

标签:c   style   tar   http   a   ext   

原文地址:http://www.cnblogs.com/smart-liu/p/3757067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!