With forms authentication the user name and password is stored in the web.Config file. Does this mean that every time you have a new user to add, you have to manually add a new entry into your web.Config file?
It seems to me that the old way of storing user names and passwords in a database and checking a login against the database was just as efficient plus all you have to do is add a record to the database.
I don't understand the benefits behind using this kind of authentication vs database authentication.
It seems to me that the old way of storing user names and passwords in a database and checking a login against the database was just as efficient plus all you have to do is add a record to the database.
I don't understand the benefits behind using this kind of authentication vs database authentication.