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
retrieving windowsidentity using the logon name only?
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="Jéjé, post: 4278803"] Hi, In this article: [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000023.asp[/URL] there is a section called "Impersonating by Using the WindowsIdentity Constructor", I try it, but I receive a "There are currently no logon servers available to service the logon request" error The code is: (test done into the logon.aspx page after I have validated the user login with a form authentication) Dim wi As WindowsIdentity = New WindowsIdentity(Login1.UserName) The delegation is activated for this server. (in the active directory) like describe here [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000024.asp[/URL] any idea of what's appends? jerome. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
retrieving windowsidentity using the logon name only?
Top