Hi,
I studied abt windows form authentication in web config,
Now I have a database of username and passwords.
I will just check using an sql stored procedure, if matches then I will allow the user to access the page, else I dont.
Even the form authentication also does the same.
Can anyone let me know wats the difference between the above two
regards
cmrhema
I studied abt windows form authentication in web config,
Now I have a database of username and passwords.
I will just check using an sql stored procedure, if matches then I will allow the user to access the page, else I dont.
Even the form authentication also does the same.
Can anyone let me know wats the difference between the above two
regards
cmrhema
Comment