Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM.NET WCF Service and BindingConfiguration
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01315882
Message ID:
01316202
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform