Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8206067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:31:47+00:00 2026-06-07T08:31:47+00:00

I am writing a WCF Service Application in Visual Studio 2010 using .NET Framework

  • 0

I am writing a WCF Service Application in Visual Studio 2010 using .NET Framework 4.0.

I am trying to implement BasicHttpBinding with HTTPS. I read in some example that I need to create a custom binding as follow and to set it as “bindingConfiguration” attribute while setting up an endpoint.

<bindings>
<basicHttpBinding>
<binding
configurationName="UsingHttps"
securityMode="Https"/>
</basicHttpBinding>
</bindings>

However, when I try to write similar in my web.config, the intellisense is not showing “configurationName” and “securityMode” attributes. What can be the reason here? Do I need to change any setting in Visual Studio IDE?

Any help on this, much appreciated.

Thanks

Nirman

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T08:31:49+00:00Added an answer on June 7, 2026 at 8:31 am

    You have got the attribute names wrong, and tried to set the security mode in the wrong place:

    <binding name="myBindingName">
        <security mode="Transport">
            ...etc...
        </security>
    </binding>
    

    This old (July 2007!!) MSDN article has plenty of examples of both programmatic and static configuration of bindings, transport security, etc: WCF Bindings In Depth (the whole magazine is now packaged as a CHM download, but you can see the specified article directly online on wayback machine).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a C# WinForms application that consumes a web service using WCF.
In creating a WCF service (filetype .svc) in Visual Studio 2010, I'd like to
When writing a WPF application using MVVM, I want to use a WCF service,
I'm writing a WCF service in Visual Studio 2008 to be hosted on a
I am writing a remote service for an application using WCF, in which login
I am writing WCF service hosted in WinForms application. Is there some way to
I'm writing a WPF test application against a WCF REST service running on Azure
I am designing a simple C# WCF service using ASP.NET 4.0 and hosted on
I am writing my first WCF service. I am trying to understand how Datacontracts
I am writing a service using wcf. I have created a solution with two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.