Home All Groups Group Topic Archive Search About

authentication hangs after security patch

Author
22 Aug 2005 1:04 PM
cgw
We applied the new .net security patch to our development machine. It may be
entirely coincidental, but now authentication hangs.

We use forms authentication and .Net appears to do what it is supposed to do
by passing control to the log in form. We can navigate off the form to other,
non-secured forms. But when we enter user name and password (and the code
behind hits SQL) nothing happens; not even error codes. We're not configured
for debug at this time. So we're having a little trouble pinning the problem
down.

Behavior is the same, even after removing the patch. Has anyone encoutered
this before? thanks.

Author
22 Aug 2005 5:26 PM
Nicole Calinoiu
"cgw" <c**@discussions.microsoft.com> wrote in message
news:776807B6-C730-4310-9750-A37E47152704@microsoft.com...
> We applied the new .net security patch to our development machine. It may
> be
> entirely coincidental, but now authentication hangs.

Exactly which patch was this?


> We use forms authentication and .Net appears to do what it is supposed to
> do
> by passing control to the log in form. We can navigate off the form to
> other,
> non-secured forms. But when we enter user name and password (and the code
> behind hits SQL) nothing happens; not even error codes.

Is the "SQL" that's being hit SQL Server?  If so, have you tried running SQL
Profiler to see if any requests against the db are being issued and, if so,
if the problem might be there?  If you don't actually see activity against
the db, are you sure the web page request is actually hitting the server (as
your IIS logs might show)?  Have you tried monitoring the ASP.NET trace for
the login page?


Show quoteHide quote
> We're not configured
> for debug at this time. So we're having a little trouble pinning the
> problem
> down.
>
> Behavior is the same, even after removing the patch. Has anyone encoutered
> this before? thanks.