-
I am working with WCF services in my applicaiton. i would like to get a answer to a simple question i have in mind. What is the actual use of generating proxy classes in a WCF client?. Is this proxy class only used at the time of development or is it required by the applciaiton even when it is deployed...
-
Hi, I am using WCF Service and I am hosting it on windows service. I want to encrypt the message. How do I force to WSDualHttpBinding to not encrypt the message! Is this possible? please Help me! Santosh.
-
It depends on your binding. If your binding supports session, then it'll be per session. I just wrote a quick WCF app, and drilled down in debug mode. As you might see, if you examine OperationContext.Current.InstanceContext and examine the Behaviour, you'll find useSession set to true, which...
-
Yesterday , I read Instance Management topic in book "Programming WCF service " by O'REILLY . They say, P er-Session is default Instance management technique in WCF. fine enough !!!!! Due to my bad luck , I thought , why not to have a look in MicroSoft press book for the same topic. Now...
-
Hello Shiju, Do you have WCF configured to use Windows authentication and/or do you have ASP.NET set up to use Windows authentication/impersonation and/or do you have the IIS virtual root set up to deny anonymous users? Hope this URL help to configure the WCF service. http://msdn.microsoft.com/en-us...
-
Hi all, i have some issues with my WCF services, it is a remoting application. the client application is installed on the same domain is running properly, but if my client application is in diffrent domain it is causing/throwing some error. i have some firewalls settings on my server. and also I have...