您好,登錄后才能下訂單哦!
wcf錯(cuò)誤:
由于編譯過程中出現(xiàn)異常,無法激活服務(wù)“/roxlin/services/phcmesservice.svc”。異常消息為: 無法激活服務(wù),因?yàn)樗恢С?ASP.NET 兼容性。已為此應(yīng)用程序啟用了 ASP.NET 兼容性。請(qǐng)?jiān)?web.config 中關(guān)閉 ASP.NET 兼容性模式 ,或?qū)?AspNetCompatibilityRequirements 特性添加到服務(wù)類型且同時(shí)將 RequirementsMode 設(shè)置為“Allowed”或“Required”。。
錯(cuò)誤(表象)原因:
一般是因?yàn)槌绦蛱砑恿藛⒂昧薃JAX的WCF服務(wù),在添加WCF服務(wù),瀏覽WCF服務(wù)時(shí)出現(xiàn)以上錯(cuò)誤,而瀏覽AJAX的WCF服務(wù)不報(bào)錯(cuò)。在沒有添加AJAX的WCF服務(wù)時(shí)也不報(bào)錯(cuò)。
解決:
1.
web.config中 添加或修改
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="fales" multipleSiteBindingsEnabled="true" />
</system.serviceModel>
2.在服務(wù)前添加:[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)](啟用了AJAXD的WCF服務(wù)是默認(rèn)添加的)
另:當(dāng)前已禁用此服務(wù)的元數(shù)據(jù)發(fā)布錯(cuò)誤
解決:在web.config中添加:
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="">
<serviceMetadata httpGetEnabled="true" />
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel>
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。