
November 7th, 2003, 10:50 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 18
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Request.ServerVariables("LOGON_USER")
On our local intranet, I have a directory marked as "Nt Authenticate Only". So when an asp page outputs Request.ServerVariables("LOGON_USER")
It will show the domain and user name for member of staff. However, it will not allow students to access this page. When they access it, a username and pwd dialog box will be presented to them.
Student are in the domain LRC
how can the students gain access to this page?
|