|
-
Jul 11th, 2004, 01:58 PM
#1
Thread Starter
Member
Can I detect Network User ID on an asp.net App
if the browser is on an intranet can I find out who is hitting my page? I want to do this w/o cookies if possible...
Thanks.
-
Jul 11th, 2004, 08:49 PM
#2
PowerPoster
First, use windows authentication in IIS. Then the credentials will be passed to ASPNET. From there, you can do something like HttpContext.CurrentUser.Identity.UserName...(that may not be exact, but it will get you close).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|