The code that displays the username is:
<%
Dim strNTUser, iPos
strNTUser = RTrim(Request.ServerVariables("LOGON_USER"

)
iPos = Len(strNTUser) - InStr(1, strNTUser,"\",1)
strNTUser = Right(strNTUser, iPos)
Response.Write(strNTUSer)
%>
(To function, this requires turning off anonymous access in IIS for the folder this ASP is in. A design feature, according to MS. This particular code example above parses out the domain name of the username.)
And the ASP code is:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Add Change</title>
<script language="JavaScript" src="../scripts/calendar.js"></script>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellspacing="0" width="100%" height="4%" id="AutoNumber3" bgcolor="#000080" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="100%" height="25">
<p align="center"><font face="Arial Unicode MS" size="5" color="#FFFFFF">
Change Management</font></td>
</tr>
</table>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="593" height="90%" id="AutoNumber5">
<tr>
<td width="593" height="9" colspan="4">
<p align="center">
<font face="Arial Unicode MS" size="4">Enter New Change</font></td>
</tr>
<tr>
<td width="120" height="9" align="left">
<font face="Arial Unicode MS" size="2"><b>
Request Number:</b></font></td>
<td width="473" height="9" colspan="3">
<font size="1" face="Arial Unicode MS">(chosen from db, displayed automatically)</font></td>
</tr>
<tr>
<td width="120" height="9" align="left"><b>
<font face="Arial Unicode MS" size="2">
Requestor:</font></b></td>
<td width="473" height="9" colspan="3">
<span style="vertical-align: middle"><font face="Arial Unicode MS" size=3>
<!-- solution from
-->
<!-- displays: DOMAIN\usernam e-->
<!-- <%Response.Write(Request.ServerVariables("auth_user"

)%> -->
<!-- To display only the username... -->
<%
Dim strNTUser, iPos
strNTUser = RTrim(Request.ServerVariables("LOGON_USER"

)
iPos = Len(strNTUser) - InStr(1, strNTUser,"\",1)
strNTUser = Right(strNTUser, iPos)
Response.Write(strNTUSer)
%>
</font></span>
</td>
</tr>
<tr>
<td width="120" height="9" align="left"><b>
<font face="Arial Unicode MS" size="2">
E-mail:</font></b></td>
<td width="473" height="9" colspan="3">
<font size="1" face="Arial Unicode MS">(autofill based on login)</font></td>
</tr>
<tr>
<td width="120" height="9" align="left"><b>
<font face="Arial Unicode MS" size="2">
Status:</font></b></td>
<td width="473" height="9" colspan="3">
<!--webbot bot="Validation" b-value-required="TRUE" --><input type="text" name="enterStatus" size="20" style="float: left"></td>
</tr>
<tr>
<td width="593" height="9" colspan="4"></td>
</tr>
<tr>
<td width="120" height="8"><b><font face="Arial Unicode MS" size="2">Server Name:</font></b></td>
<td width="473" height="8" colspan="3">
<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" u-file="../_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p>
<input type="text" name="enterServer" size="20" style="float: left"></p>
</form>
</td>
</tr>
<tr>
<td width="120" height="8"><b><font face="Arial Unicode MS" size="2">Production?
(Y/N):</font></b></td>
<td width="473" height="8" colspan="3">
<form method="POST" action="--WEBBOT-SELF--" onSubmit="return FrontPage_Form2_Validator(this)" language="JavaScript" name="FrontPage_Form2">
<!--webbot bot="SaveResults" u-file="../_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><!--webbot bot="SaveResults" endspan i-checksum="43406" --><p>
<!--webbot bot="Validation" b-value-required="TRUE" --><select size="1" name="D1" style="float: left">
<option>Yes</option>
<option>No</option>
</select></p>
</form>
</td>
</tr>
<tr>
<td width="163" height="4" colspan="3"><b>
<font face="Arial Unicode MS" size="2">
Description Of Change:</font></b></td>
<td width="430" height="8" rowspan="2">
<textarea rows="5" name="enterDesc" cols="40" style="float: left"></textarea></td>
</tr>
<tr>
<td width="120" height="4" colspan="2"> </td>
<td width="43" height="4"></td>
</tr>
<tr>
<td width="120" height="8">
<p align="left"><b><font face="Arial Unicode MS" size="2">Completion
Date:</font></b></td>
<td width="473" height="8" colspan="3" style="float: left; position: relative">
<!--solution for the following calendar form found at
<form name=FrontPage_Form3 style="float: left" onsubmit="return FrontPage_Form3_Validator(this)" language="JavaScript">
<!--webbot bot="Validation" b-value-required="TRUE" --><input type=text name="datebox" size=15 value="">
<a href="javascript:show_calendar('calform.datebox');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;">
<img src="show-calendar.gif" width=24 height=22 border=0></a>
</form>
</td>
</tr>
<tr>
<td width="163" height="4" colspan="3"><b>
<font face="Arial Unicode MS" size="2">Additional
Comments:</font></b></td>
<td width="430" height="8" rowspan="2">
<textarea rows="3" name="enterComment" cols="40"></textarea></td>
</tr>
<tr>
<td width="120" height="4" colspan="2"><b><font face="Arial Unicode MS"> </font></b></td>
<td width="43" height="4"></td>
</tr>
<tr>
<td width="593" height="16" colspan="4">
<p align="center"><input type="submit" value="Submit" name="B1">
<input type="button" value="Cancel" name="B2" onClick="location.href='../change/home.htm'"></td>
</tr>
</table>
</center>
</div>
</body>
</html>