|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
UPGRADE TO W2K HAS CAUSED ISSES
Originally posted by : karen roach (karen.roach@uk.experian.com)I currently have got a lot of pages which reference the LANID of users using the following codeusrFull = Request.ServerVariables("logon_user") usrFullName = Request.ServerVariables("UserFullName") However, since migrating our server to Windows2K, this now longer pulls of a user ID. Any ideas of how to get this information from W2K?
|
|
#2
|
|||
|
|||
|
Originally posted by : steve (steve@aspfree.com)you could add a header inside the IIS internet svc manager, these are custom headers that you could assign the value too. Inside internet svc manager, Right click on website, properties, select HTTP Headers. This is about the only option besides using the request.addheader method. That is a couple of word around ideas.------------karen roach at 1/15/2002 4:50:15 AMI currently have got a lot of pages which reference the LANID of users using the following codeusrFull = Request.ServerVariables("logon_user") usrFullName = Request.ServerVariables("UserFullName") However, since migrating our server to Windows2K, this now longer pulls of a user ID. Any ideas of how to get this information from W2K?
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > UPGRADE TO W2K HAS CAUSED ISSES |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|