|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Is there any way to find NT Login name/Machine number in ASP ?
Hi all,
Is there any method to find NT Login name and machine number in ASP? As this is very urgent, An immedidate reply will make me glad. Thanks in advance. Karthik. |
|
#2
|
|||
|
|||
|
Hi Karthik,
You can use the ServerVariables collection of the Request object to retrieve that information. Try: Request.ServerVariables("REMOTE_ADDR") for the IP Address and Request.ServerVariables("REMOTE_USER") for the user Regards, Simon. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Is there any way to find NT Login name/Machine number in ASP ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|