Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM.NET WCF Service and BindingConfiguration
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01315882
Message ID:
01316202
Views:
18
>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)
>
Glad you were able to figure it out, and thanks for posting your solution!

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform