TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pranjal Rathod
NA
3
3.1k
ASP.NET Core 2.x and WCF with uncompressed messages
Dec 3 2018 11:03 PM
I need make response compression disabled. I have .NET 4.5 version of web.config but I need in .NET CORE 2.x now.
<customBinding>
<binding name="BasicHttpBinding_Service">
<textMessageEncoding messageVersion="Soap11" />
<httpsTransport decompressionEnabled="false" />
</binding>
</customBinding>
I have web service which is not support compressed response and I am still get error:System.ServiceModel.ProtocolException: 'The content type application/x-gzip of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 653 bytes of the response were: '?'
Reply
Answers (
1
)
how to create checkbox column in a Datagrid using c#.NET
how to get array value in action