RE: Strange 'bug' with Windows Authentication
From: JohnHorb (JohnHorb_at_discussions.microsoft.com)
Date: 01/27/05
- Next message: John P: ".NET CLR Error 800700002"
- Previous message: kishore: "RE: Padding issue with C++ Crypto RC2 encryption"
- In reply to: JohnHorb: "Strange 'bug' with Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 Jan 2005 08:03:04 -0800
Problem solved. It was nothing to do with security, but was due to the fact
that a Response.Redirect triggers a 'Thread Aborted' exception which, if
within a 'try' block, triggers the 'catch' block'.
The first time through, the 'catch' code was executing before the page
redirected to started outputting. On subsequent calls, the new page was
stating to output before the original 'catch' block executed, so the problem
was hidden.
- Next message: John P: ".NET CLR Error 800700002"
- Previous message: kishore: "RE: Padding issue with C++ Crypto RC2 encryption"
- In reply to: JohnHorb: "Strange 'bug' with Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|