Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Security
windows authentication with forms
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Joe Kaplan \(MVP - ADSI\), post: 4278233"] If you want code to execute with the security context of the user, you also need to impersonate them as well using WindowsImpersonationContext. Also, remember that the forms auth login here works on the initial request, but you'll need to find a way to call LogonUser on each subsequent request as well, presumably by storing their plaintext credentials in an encrypted cookie or session state or something so you can retrieve them again. Joe K. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
windows authentication with forms
Top