I m creating a website for a real estate firm. Looking great, but the last component is to create an admin login for my client so he can login and add/remove real estate properties he has to sell. I plan to store his entries in a database file. The entries will be displayed in a web control on a public page which will be bound to the DB.
How do I best create a login considering it is an ASP.NET 3.5 website? I do not [yet] know PHP, and I read some MSDN stuff on creating roles & members and it seemed like a bit much considering I just want one admin login for my client.
Any tips, recommendations?