(Warning, Newbie to .NET, so this may be a dumb sounding question.)
I created the basic login page, but at this point in time I am using the inherent(built-in/default) password setup I get from my books which has the username/password listed in the web.config file. I would like/have been (in ASP) using a database user/pass lookup. Any good examples of how to do this and still use the security that comes with .Net?
I created the basic login page, but at this point in time I am using the inherent(built-in/default) password setup I get from my books which has the username/password listed in the web.config file. I would like/have been (in ASP) using a database user/pass lookup. Any good examples of how to do this and still use the security that comes with .Net?