How do I place a password protected page under the password in fr.

  • Thread starter baffled in Escondido
  • Start date
B

baffled in Escondido

Following the on-line description, I have designed a password protected
lead-in page, and it work. How do I place a page under it with information
that viewers must pass throught the existing password protection in order to
access it? I haveplaced such a page in the Navigation view, but when I sign
in all I get it is "This page cannot be found"
 
B

baffled in Escondido

http://support.microsoft.com/default.aspx?scid=kb;en-us;825498#13 is the
method I used -- I suspect the coding is similar...and I added the two line
code mentioned (as opposed tot he one-line method you referenced) but after
filling in the name and passwrod the site continues to give me a "page not
found" on a page that is my default page/<%=LOGON_PAGE%>even though the page
with the appropriate cod eis attached to the password page.

The passwrd page works fine...and it probably uses the passwords properly,
it just goes to nothing useful...

The coding I used tries to go to<%=LOGON_PAGE%> rather than the
passwordprotected.asp page. Any suggestions?

aph

aph
 
T

Thomas A. Rowe

You need to check that you have a page to send the user to after successfully logging in.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
B

baffled in Escondido

I do have a page, navigationally connected to the passord page where a
password is typed in (and that seems to work fine)...and the page i have
connected directly to it has the two line requirement as per instructions...

aph
 
T

Thomas A. Rowe

The site navigation structure has nothing to with the code that validates the user and then redirect
the page then can see after login. You need to check the ASP code to see what page it is pointing
to.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
B

baffled in Escondido

The password page tries to go to <%=LOGON_PAGE%>

Where is that?

aph
 
T

Thomas A. Rowe

You have to read the instructions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top