Re: Login control does not work... Why?
- From: gdsmith@xxxxxxxxxxxxxxxxxx
- Date: 15 Nov 2005 02:59:23 -0800
I have the same problem (I'm using the release version of ASP.NET 2.0
from within VS 2005). I've configured my web app to work with a SQL
Server 2000 database as per 'How To: Use Forms Authentication with SQL
Server in ASP.NET 2.0'
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000022.asp),
and I've set up a trace using Profiler to check that the DB is being
hit. The results are that it is NOT being hit by the Login control, bit
it IS being hit by the PasswordRecovery control. Presumably some sort
of config glitch. Anyone any ideas?
Cheers - Graham
Scott Allen wrote:
> On Mon, 14 Nov 2005 09:16:39 -0600, "Tim Cartwright"
> <tim.cartwright@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> >Silly question, but can you make sure you are not using a trusted
> >connection?
> >
>
> From code I'm not aware of any property. I'm guessing you'd have to
> parse the connection string and look for "Trusted Connection".
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
.
- Prev by Date: treeview and checkbox
- Next by Date: Strange problem of Dynamic Checkbox
- Previous by thread: Re: Login control does not work... Why?
- Next by thread: Test if a value exists in a DataTable Column?
- Index(es):
Relevant Pages
|