USERSAUDIT FOR MY WEB PAGE
I want to check (Report) how many users login for my web page ...and also stored for Failed login list into my table....how can tract this history. Friends please help for me to solve this task......kindly share me any reference examples.

Praveen SreeramPosted Jun 12, 2016, 7:16 AM
Geetha RajendranPosted Jun 12, 2016, 6:49 AM
- Success status for my login - If the credentials are valid, store "1" otherwise store "0"
how its possible to do this...i want to insert 1 or 0 (it depends login status true or false)Praveen SreeramPosted Jun 12, 2016, 3:11 AM
Geetha RajendranPosted Jun 12, 2016, 1:33 AM
Vignesh ManiPosted Jun 11, 2016, 4:58 PM
Hi Yar,
Create one table like Log in sql server with what are the field you need like username , Login status(success or fail).
Praveen SreeramPosted Jun 11, 2016, 12:01 PM
- LoginUsername - value that the user has entered for this username
- DateTime - Current Date time
- Success - If the credentials are valid, store "1" otherwise store "0"
Now, create a page with Grid View control to display the data available in the "LoginAudit" table.