J
Jennifer
I used the code at this link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
and used this part of the code:
• Password-protect other Web pages: To password-protect another Web page in
your Web site, you must save the file with an ASP file name extension, for
example, Mypage.asp, and then add the following two lines to the very top of
the file: <% @language="vbscript" %>
<!--#include virtual="/logon/_private/logon.inc"-->
The first line specifies that you are using Microsoft Visual Basic Scripting
Edition (VBScript) for your scripting language, and the second line includes
the user name and the password functionality from the logon include file that
you created earlier.
But it still doesn't work. Any suggestions?
Jennifer
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
and used this part of the code:
• Password-protect other Web pages: To password-protect another Web page in
your Web site, you must save the file with an ASP file name extension, for
example, Mypage.asp, and then add the following two lines to the very top of
the file: <% @language="vbscript" %>
<!--#include virtual="/logon/_private/logon.inc"-->
The first line specifies that you are using Microsoft Visual Basic Scripting
Edition (VBScript) for your scripting language, and the second line includes
the user name and the password functionality from the logon include file that
you created earlier.
But it still doesn't work. Any suggestions?
Jennifer