I have this problem on WCF Rest service. When the data gets bigger like more than 1.2MB it开发者_运维知识库 will give me a \"Error:101 This webpage is not available\" in chrome. In firefox its \"The c
I\'m using a duplex WCF contract in this chat-like application that i have running. (obviously not really a chat, but for the interest of thinking about it you can assume it\'s similar enough).
I have a website (asp.net 4.0) that uses forms authentication, this site has a child site that hosts another site that hosts a silverlight application. The first site provides a login page and both si
I am trying to generate ServiceClient classes. I have 2 Projects, API and WEB. The API project contains both ClassLibrary and DataContracts/Interface class files. I have a website which has the SVC f
I am reading so many things to understand various things in WCF. Very soon, actually, i want to move/convert existing WSE3 web services to WCF. In existing WSE web services, I have some (data) class
I have not worked on the WSE/ASMX webs services and I am learning WCF now. I want to know how the messages are transferred between WCF client and service? How do Data Contract and Message Contract, S
I\'m using this method to achieve DI in WCF.Now I\'m at the point where I need to configure 开发者_JAVA百科the endpoints and bindings.
Today, I have a problem with hosting my custom service host using custom binding. I have tried to implement ServiceHostFactory but when i right click to view with in browser, the error appeared as IIS
WCF\'s netTCPBinding is \"secured by default\"开发者_如何转开发. As I understand it this means that..
There are many questions about how to do this using a Web Reference in C#, but I know how to do that.What I\'m trying to accomplish is to have a portable dll that consumes the Java Web Services that I