0
kicks
How to use Forms Authentication's User Definitions with the Login Cont
In ASP.NET 1.1 we already had definitions of name and password credentials within the configuration file. We just didn't have a Login control.
Now we have both but the Login control is set by default to use the default membership provider.
How can we use both of them together?