%
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'% FILE: IEAK.INC
'% DATE: 08/29/97
'% AUTHOR: Aaron Barth (MS)
'% DESCRIPTION: Customizable INC script that sets
'% IEAKUser Cookie
'%
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'% Make sure that the user is authenticated by
'% sending an Access Denied accessing this page
'% as the anonymous web user
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
if Request.ServerVariables("LOGON_USER") = "" then
Response.Status = "401 Unauthorized"
Response.AddHeader "WWW-Authenticate","NTLM"
else
AuthUser = Request.ServerVariables("LOGON_USER")
Response.Cookies("IEAKUser") = AuthUser
Response.Cookies("IEAKUser").Expires = "December 31, 1999"
'Response.Cookies("IEAK").Path = ""
end if
%>
<%
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'%--#include virtual="/ieak.inc"--
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%>
Microsoft Internet Information Server
The Web Server Designed For Windows NT Server
Why not add the latest features to your Internet Information Server?
|
|
Microsoft® Internet Information Server (IIS) makes it easier to do business with internal or external customers down the hall or around the world. To learn more about how Internet Information Server will help you in your business, browse the IIS online documentation.
|
|
You can manage the IIS services from a Web browser. To start the administration tool in your current Web browser, click here. (Note: You must have administrator privileges to use this tool.)
|
|
|
|
© 1996 Microsoft Corporation; see disclaimer.