asp question
asp question
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- blindpilot0
basically it is for an intranet type app for a client.
they use citrix, which is like terminal services, to log in to the central server, where everything is situated.
i have found out how to do it though. the site must not have 'anonymous access' selected and should use basic windows authentication,
this means that the LLOCAL_USER environmental var is populated and is easily got.
it was only to avoid a login to the server and a separate login to determine peoples 'security clearance'.
whether it is a security issue or not, i don't know, but for our client, the 'security clearance' is to tailor there UI, not to protect anything sensitive.
thanks anyway guys