Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM.NET WCF Service and BindingConfiguration
Message
From
08/05/2008 15:45:25
 
 
To
08/05/2008 11:53:42
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01315882
Message ID:
01315942
Views:
21
Hi Kevin,

I was able to solve the BindingConfiguration issue by doing the following
         Dim binding As New WSHttpBinding()
            binding.MaxReceivedMessageSize = 147483647
            binding.Security.Mode = SecurityMode.None
            binding.Security.Message.ClientCredentialType =    MessageCredentialType.Windows
            binding.Security.Message.EstablishSecurityContext = True
            binding.Security.Message.NegotiateServiceCredential = True
            binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Windows
            binding.Security.Transport.ProxyCredentialType = HttpProxyCredentialType.None
            Dim address As New EndpointAddress(URL)
            Return New mmDataAccessWCFSql(binding, address)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform