The service cannot be activated because it requires ASP.NET compatibility

Tác giả admin+, T.Ba 28, 2011, 05:21:10 CHIỀU

« Chủ đề trước - Chủ đề tiếp »

0 Thành viên và 1 Khách đang xem chủ đề.

Mã nguồn [Chọn]
The service cannot be activated because it requires ASP.NET compatibility. ASP.NET compatibility is not enabled for this application. Either enable ASP.NET compatibility in web.config or set the AspNetCompatibilityRequirementsAttribute.AspNetCompatibilityRequirementsMode property to a value other than Required.

Giải pháp cho 4.0

Thêm dòng này vào trong web.config trong thẻ <system.serviceModel> .............</system.serviceModel>

Mã nguồn [Chọn]
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />