This is an offshoot of this question.
- How do I use a 
Logincontrol if I don't have aMembershipProviderto point it at? - Am I understanding the use model correctly?
 - Is it even reasonable to talk about using a 
Logincontrol without aMembershipProvider? - Dose the 
MembershipProviderdo more than just username/password checking? - Would it be more reasonable to create my own 
MembershipProviderwith the same authentication logic? 
In my case, I don't need a MembershipProvider (I think) as my authentication situation is trivial (one user, one password).
I'm interested partly to "future proof" my page and partly because I'm new and wondering about how stuff works. (I tend to learn about things by running full speed into every corner case I can find :)