Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Requesting a UserId through server variables accross multiple domains

Status
Not open for further replies.

herb8

Programmer
Sep 4, 2001
45
US
I am requesting the "remote_user" id through server variables accross the network for a local intranet security. We have just gotten a new sql server / web server and it is now set up on a new domain for reasons of active directory. I am trying to pull the "remote_user" server variable from the web server now and it is returning empty. Obviously because it is a different domain and users are not being logged on through this domain. But is there anyway of requesting the user id off of another domain that is trusted to this domain?
Thanks, Matt
 
I'm not really sure. You might try these..

Request.QueryString("AUTH_USER")
Request.QueryString("LOGON_USER")

TW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top