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 321975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:53:43+00:00 2026-05-12T08:53:43+00:00

Greets. I realize this might be seen as a duplicate question as this but

  • 0

Greets. I realize this might be seen as a duplicate question as this but I’m getting a different error.

My IIS is setup to use SSL.
My service is setup relatively simple. Just a simple log in service.

When I try to navigate directly to the svc file on the host machine I get this error

Service cannot be activated due to an exception during compilation. The exception message is: Security settings for this service require Windows Authentication but it is not enabled for the IIS application that hosts this service.

I don’t want to do any authentication when accessing this particular service. Shouldn’t I be able to use HTTPS binding with Transport message creds and client authentication set to none?

I have a certificate setup to comply with SSL and that seems to be fine. It’s just this authentication stuff that’s in the way now.

  <system.serviceModel>
<behaviors>
  <serviceBehaviors>
    <behavior name="DefaultBehaviour">
      <serviceMetadata httpsGetEnabled="true" />
      <serviceCredentials>
        <serviceCertificate findValue="xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx"
          storeLocation="LocalMachine" storeName="My" x509FindType="FindByThumbprint" />
      </serviceCredentials>
    </behavior>
  </serviceBehaviors>
</behaviors>
<bindings>
  <wsHttpBinding>
    <binding name="wsBinding">
      <security mode="Transport">
        <message clientCredentialType="None" />
      </security>
    </binding>
  </wsHttpBinding>
  <mexHttpsBinding>
    <binding name="mex" />
  </mexHttpsBinding>
</bindings>
<services>
  <service behaviorConfiguration="DefaultBehaviour" name="Web.Login.LoginService">
    <endpoint name="wsBinding"
              address="https://staging.system.com/System/LoginService/LoginService.svc"
              binding="wsHttpBinding" bindingConfiguration="wsBinding"
              contract="Web.Login.IOLELoginService" />
    <endpoint address="mex" binding="mexHttpsBinding" bindingConfiguration="mex" name="mex" contract="IMetadataExchange" />
  </service>
</services>

  • 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-05-12T08:53:43+00:00Added an answer on May 12, 2026 at 8:53 am

    You should be able to have that – only you’re not configuring it that way!

      <security mode="Transport">
         <message clientCredentialType="None" />
      </security>
    

    If you have Transport security, you need to set the clientCredentialType on the <transport> subelement!

    Try this:

      <security mode="Transport">
         <transport clientCredentialType="None" />
      </security>
    

    That should hopefully work (don’t have the setup to test it right now)

    Marc

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

Sidebar

Related Questions

Strange question, but: Sharepoint 2007 greets you with the Administrator Tasks on the Central
Greets, When working with DirectX, you get this nice header to #include called DxErr9.h
Greets! I'm a noob struggling to learn html and javascript - getting there slowly.
Possible Duplicate: C# generic constraint for only integers Greets! I'm attempting to set up
In my webpage, I want the website to greet the user, but the username
Greets. A somehow detailed explanation on my problem, and what I have already done,
Greets. So, I'm running Fedora Core 8 on an Amazon EC2. I installed httpd,
Greets, Does anyone how I go about detecting when a user presses on a
Greets- We gots a few nutters in work who enjoy using while(true) { //Code
Greets, Made some app on android. I for the life of me can't get

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.