NOTE: The following table will show you values of interest in setting up these forums. Most useful will be the line that shows the APPL_PHYSICAL_PATH. This can be used to properly write your DSN'less Connection String.
Variable Name
Value
<% for each key in Request.ServerVariables %>
<% =key %>
<%if Request.ServerVariables(key) = "" then
Response.Write " "
else
Response.Write Request.Servervariables(key)
end if
%>
<% next %>
<% WriteFooter
else
scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
Response.Redirect "admin_login.asp?target=scriptname"
end if
%>