rubikWizard
Programmer
Hello
I have written an ASP application that runs on a Windows network. The data is not sensitive and I want users to be able to enter the application without having to log on to the application (to save time)
I thought that I would be able to get the name of the current user from request.servervariables("Logon_User") and then compare this to a database to get the users details. However request.servervariables("Logon_User")aways seems to return an empty string.
What am I doing wrong, or am I going about this the wrong way? Do I need to configure IIS in some way?
Any suggestions would be greatfully received.
Thanks
I have written an ASP application that runs on a Windows network. The data is not sensitive and I want users to be able to enter the application without having to log on to the application (to save time)
I thought that I would be able to get the name of the current user from request.servervariables("Logon_User") and then compare this to a database to get the users details. However request.servervariables("Logon_User")aways seems to return an empty string.
What am I doing wrong, or am I going about this the wrong way? Do I need to configure IIS in some way?
Any suggestions would be greatfully received.
Thanks