Need some help using Membership and user authentication
-
I appreciate your post but it didn't answer my question yet. I'll be more specific, I'll tell you exactly what I've already done and what else needs to be done. (if it's necessary: I use VS 2008) I created a solution named "Shehakim". in this solution I added two projects:Windows application named "Shehakim" and ASP.NET Web Service Application named "AppSevices". in the AppServices project I configured roles and users etc. at VS Menu>Projects>ASP.NET Configuration. then in Project Properties>Web>Servers>UseVS...>I chose the deployment destination of the service to port 55438 and Virtual path /AppServices. then, in the "Shehakim" project properties>Services I chose "Use Forms Authentication" and I supplied this address in the fields: http://127.0.0.1:55438/AppServices. now, what I want to do is to create a login form (A windows based form) in the AppServices project so I can call this form from many applications, and causing the "Shehakim" project react correspondingly to the users authorization in the AppService. thank you so much for your time!
Shimi
modified on Wednesday, January 16, 2008 3:01:36 AM