Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM.NET WCF Service and BindingConfiguration
Message
De
08/05/2008 15:45:25
 
 
À
08/05/2008 11:53:42
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01315882
Message ID:
01315942
Vues:
22
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform