Search..

Showing posts with label validating user credentials. Show all posts
Showing posts with label validating user credentials. Show all posts

Thursday, December 10, 2009

Validating user name and password stored in a xml file from asp.net application

here is a sample xml file where different user names and passwords are stored, when a user logs into the web applications, the developer need to validate the credentials with the one present in the xml file.

Here goes the aspx.cs file code




This is all about validating the user credentials against the values stored in xml file

Cheers...
Happy coding..