I believe it's passed as one of the server variables... providing IIS is configured to request it of course... think it is one of these two...
Code:
Request.ServerVariables("REMOTE_USER")
Request.ServerVariables("AUTH_USER")
It won't work well over the internet but through an intranet it is generally pretty good.