Subject: Get current username
Posted By: nmreid Post Date: 1/13/2006 12:19:18 PM
Is there any way I can pick up the value of cs-username in ASP? I'm building a small Intranet and need to make certain pages only available to certain users. (cs-username is being logged to the IIS Log). It's a Microsoft environment - Internet Explorer, IIS5 and ASP3. I am aware of HTTP_AUTH_USER but because office politics it's not available to me.
Reply By: mat41 Reply Date: 1/14/2006 9:33:03 PM
request.servervariables("LOGON_USER")

Can also look at:
http://www.codeproject.com/vbscript/userinfo.asp


Wind is your friend
Matt

Go to topic 38735

Return to index page 395
Return to index page 394
Return to index page 393
Return to index page 392
Return to index page 391
Return to index page 390
Return to index page 389
Return to index page 388
Return to index page 387
Return to index page 386