You can do it by placing a web.config file in that folder restricting access to all contents of it and any children folders (unless you place another web.config file further down the tree).
There's a tutorial here that should help you out. It explains how to use forms authentication and even shows how to use usernames and passwords from a database through SQL.
|