Windows User Recovery Without Windows Integrated Authentication
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone, I am facing this problem lately, I will explain. I have this asp.net 2.0 application which needs to access data from the WindowsPrincipal user over an intranet. This is usually as easy as
Dim name as string = HttpContext.Current.User.Name
. Thing is, in the environment where the application is working, all computers have had the "Enable Windows Integrated Authentication" disabled. So my question is, is there any way that I can access Windows/Active Directory user information without using Windows Integrated Authenticaton? Thank you !Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."