首页 > Web开发 > 详细

does not support ASP.NET compatibility 错误

时间:2014-07-16 21:16:22      阅读:378      评论:0      收藏:0      [点我收藏+]

The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP.NET compatibility mode in the web.config or add the AspNetCompatibilityRequirements attribute to the service type with RequirementsMode setting as ‘Allowed‘ or ‘Required‘.?

 

在web.config中设置

<system.serviceModel>

<serviceHostingEnvironment aspNetCompatibilityEnabled="false"></serviceHostingEnvironment>
 </system.serviceModel>

does not support ASP.NET compatibility 错误,布布扣,bubuko.com

does not support ASP.NET compatibility 错误

原文:http://www.cnblogs.com/baishahe/p/3836141.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!