Results 1 to 3 of 3

Thread: [2.0] Connecting to a server securly

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Question [2.0] Connecting to a server securly

    I'm developing a piece of software that won't be used in a controlled environment (i.e. it won't be on a work network or anything, just on anyone's PC) and I'm having trouble trying to figure out exactly how to implement a server connection.

    Basically, a user will need to login when they first open the application. This means the application needs to get data from the server (the data would be stored in a database). The application will also be able to create users (which, of course, needs to be stored on the server).

    What's the best way to accomplish this? The server I would prefer to use this with is a Linux server and I don't have access to install anything so I was thinking maybe some simple PHP scripts to pass data to and from but the problem with this is that it isn't exactly secure (anyone could figure out the pages and send data to them to create users). I could write my own application to handle the server stuff and put it on a Windows box or something but rolling my own requires extensive testing and one day I would like to be able to process transactions through this.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Connecting to a server securly

    Wow! A five-star thread, even before it's got any replies.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2.0] Connecting to a server securly

    I feel like I'm the only one who uses them, lol
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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