I am developing a DLL that will find the User Name of the person logged on to a computer and do some other verification before allowing the user to move on. This DLL work's perfectly from a local machine, but when installed on the server and used with a ASP page, it can not find the name of the user who's activating this ASP page.

How can I find the User Name of the person who's clicking the ASP page????