This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Use this code to retrieve the currently logged-in username and password when you use Basic Authentication
<% dim strUsername dim strPassword strUsername = Request.Servervariables("AUTH_USER") strPassword = Request.Servervariables("AUTH_PASSWORD") %>