In Web.config you may need to set your authorization to the mode Form.
ASP.net gives you the option of letting users log in with their
Windows credentials instead, that may be the way you have it.
<configuration>
<system.web>
<authentication mode="Forms">
-Michael Placentra II
> I *think* I've got the asp.net membership controls setup to use MySql and
> when I login entering credentials from my database (IE: not active
[quoted text clipped - 5 lines]
> Thanks for any help,
> Steve
sklett - 04 Oct 2007 03:44 GMT
Thanks so much, Mike. That's what it was.
Easy fix! :0)
> In Web.config you may need to set your authorization to the mode Form.
> ASP.net gives you the option of letting users log in with their
[quoted text clipped - 16 lines]
>> Thanks for any help,
>> Steve