ASP.NET web service using forms authentication from a windows app.

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-04-03T16:08:16Z Indexed on 2010/04/03 16:13 UTC
Read the original article Hit count: 132

Filed under:

I have an ASP.NET web service that I can access via a windows program but now I want to secure the web service. I can secure the web service using forms authentication. How do you access the secured web service from a windows forms application?

© Stack Overflow or respective owner

Related posts about ASP.NET