Client Application Services
So, I was trying to do an application I have been avoiding for the past 8 years and the first thing I began working at was the authentication part of it. I remembered ASP.Net had membership and roles features with their authentication and login functionality so I was looking around for that. This time I decided to make it simple by just doing a Windows application using WPF (Windows Presentation Foundation). To my surprise it seems you can only use the authentication in ASP.Net and there is nothing built-in for a Windows Application. This time around though (ASP.Net 3.5) they have the Client application services which "enables your Windows-based applications to use the ASP.Net login (authentication), roles, and profile (settings) services" (Visual Studio 2008 Services Screen). It is a pain to figure out how to set everything but here is the general overview of what I've discovered thus far:
- You need some sort of database to store your users and roles and what not just as in ASP.Net
- You need a web service to provide authentication services for your Windows application
- You need to check out this walkthrough. After hours of internet search I think this is your one place to learn 90% of what you need.
Love
Can we use Let's Encrypt, the free and open certificate authority?
Hola! gracias por la info, me sirvió el comando sacandole el nombre del server. En mi caso, fue una migración…
Yes 3rd option helped me too. I removed the WC key Values from config file then started working.
I know this is from 2014. But really, thank you!