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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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"
 
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
 
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.
==============================================
 
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
 
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.
==============================================
 
The password page tries to go to <%=LOGON_PAGE%>

Where is that?

aph
 
You have to read the instructions.

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top