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

  • Home
  • SEARCH
  • 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 8127609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:35:28+00:00 2026-06-06T07:35:28+00:00

Objective: I want to create a web service that allows me to connect to

  • 0

Objective:

I want to create a web service that allows me to connect to it (through ASP.NET Web Application) and then authenticate users just as Membership Provider Does/Role Provider Does.

I do not want to use Membership/Role Provider by configuring at the ASP.NET Web Application’s Web.config. Instead, what i would like, is to have some sort of configuration that points my Asp.net Web Application to a webservice (the one i want to create), that than authenticates the user.

Expected Solution:

what i found after some google research, that the solution might be: WCF Authentication Service. But I am unable to get it working. I created this service, did all the configuration as it says in this article:

http://msdn.microsoft.com/en-us/library/bb398990.aspx

but i am not sure, how do i now configure my Asp.Net Web Application, to use this service as the Membership/Role Provider.

I may be going in complete wrong direction, and this service may not be the solution to my problem. Can you please help me out.

Thanks,
Your Dev Brother … 🙂

  • 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-06T07:35:30+00:00Added an answer on June 6, 2026 at 7:35 am

    You are going in the right direction.

    ClientFormsAuthenticationMembershipProvider is a membership provider you are looking for.

    Below is sample web.config configuration to use it:

    <appSettings>
      <add key="ClientSettingsProvider.ServiceUri" value="" />
    </appSettings>
    
    <system.web>
      <compilation debug="true" targetFramework="4.0" />
    
      <membership defaultProvider="ClientAuthenticationMembershipProvider">
        <providers>
          <clear/>
          <add name="ClientAuthenticationMembershipProvider"
        type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        serviceUri="http://localhost:49712/Authentication_JSON_AppService.axd" />
        </providers>
      </membership>
    </system.web>
    

    Configuration may be tricky. I spent hours before figure out that ClientSettingsProvider.ServiceUri should be added.

    You may add temp WinForms or WPF project to your solution to build configuration. these types of projects have special tab – Services tab in project settings that provide GUI for configuration. Sample below is for .NET 3.5 but idea is the same for 4.0.

    http://www.codeproject.com/Articles/27670/Implementing-Application-Security-with-Client-Appl

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

Sidebar

Related Questions

I want to create an objective c application that interprets a list of .aiml
I want to create an Objective-C base class that performs an operation on all
Suppose I’m making an Objective-C class that represents a fraction, and want to create
I am creating simple web-service client in Objective-C and found that creating separate class
I am developing a small web application application. The objective is to create one
I want to create an Objective-C application which lets you specify a class implementation
Objective c has release method. I want to create my own method that duplicate
I want to create a file type that contains objective c code and image
I want to use/reuse C++ object with Objective-C. I have a hello.h that has
I want to ask about the objective C question. I want to create a

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.