开发错误处理记录(无法激活服务,因为它不支持 ASP.NET 兼容性)

错误提示:无法激活服务,因为它不支持 ASP.NET 兼容性。已为此应用程序启用了 ASP.NET 兼容性。请在 web.config 中关闭 ASP.NET 兼容性模式或将 AspNetCompatibilityRequirements 属性添加到服务类型且同时将 RequirementsMode 设置为“Allowed”或“Required”。

解决办法:

修改相应   服务.svc.cs

using System.ServiceModel.Activation ;

[AspNetComp开发错误处理记录(无法激活服务,因为它不支持 ASP.NET 兼容性)

原文地址:https://www.cnblogs.com/newsouls/p/3445296.html