Saving data to server with user accounts.
        Posted  
        
            by AKRamkumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AKRamkumar
        
        
        
        Published on 2010-03-24T16:11:12Z
        Indexed on 
            2010/03/24
            16:13 UTC
        
        
        Read the original article
        Hit count: 404
        
Ok, so for an app I am making, I want the user to be able to save data online.
 On my website, I will provide a web server with tables of UserName/Password/SaveData.
 How can I do this without crashing the server load?
 How can I guarantee security ?
 Is there a Design Pattern for this?
Is there a better way of doing this? 
This is going to be a free application, available to the public and I would like for their settings to be available, no matter the computer they are using.
 Is there a better way of doing this?  
I am using MEF for plugins so is there a way I can save plugin data as well?
© Stack Overflow or respective owner