Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

i have looked around for ages for an answer to this question and i cant get a specific answer im looking for.

 

so here is my question:

i have an application right and want user to be able to log into it and i need a way to store username and password ip and few other settings. I dont know what is the best way to do so but id guess xml is one of them. i am not really worried about security that much atm i just want to get authentication working.

 

sample xml

 

<username ="User">

<password>password</password>

<ip>127.0.0.1</ip>

<laslog>whenever</lstlog>

</username>

 

i also want to select specific user from the file and get their details

 

if anyone could help id be really appreciative

 

cheers

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...