CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    97

    Authenticating on a server

    Hi all!

    I want users of my app (written in C#) to create accounts and use them to authenticate on a server. The connection should be secure. When authenticated, user is able to request information from server, change his account settings, etc.

    My question is what technology to use on server side, PHP or ASP.NET? And would web services be secure enough for this purpose?

    I searched for the answer for a long time now, didn't find anything that would be suitable.
    Using .NET 2.0

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Authenticating on a server

    It's not the property of web services or PHP or ASP to make it secure, your code needs to have the logic which provides security.

    You can use any technology along with use of SSL on server.
    Regards,
    Ramkrishna Pawar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured