PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?YmFmZmxlZCBpbiBFc2NvbmRpZG8=?=
Guest
Posts: n/a
 
      3rd Feb 2005
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"
 
Reply With Quote
 
 
 
 
Paul M
Guest
Posts: n/a
 
      3rd Feb 2005
Hi
I use this tutorial
http://www.frontpagehowto.com/newpas...ault.asp#logon

It uses session cookies to check if someone has logged in. By following the
tutorial you can then protect any page by adding a bit of code to the head
section. if a person has logged in it will alow access.
Best wishes
Paul M

"baffled in Escondido" <baffled in (E-Mail Removed)>
wrote in message newsC563CF5-30BF-4B29-B832-(E-Mail Removed)...
> 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"



 
Reply With Quote
 
=?Utf-8?B?YmFmZmxlZCBpbiBFc2NvbmRpZG8=?=
Guest
Posts: n/a
 
      3rd Feb 2005
http://support.microsoft.com/default...n-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
 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      3rd Feb 2005
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)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"baffled in Escondido" <baffled in (E-Mail Removed)> wrote in message
news:30FA82E2-2639-4777-B9EF-(E-Mail Removed)...
> http://support.microsoft.com/default...n-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



 
Reply With Quote
 
=?Utf-8?B?YmFmZmxlZCBpbiBFc2NvbmRpZG8=?=
Guest
Posts: n/a
 
      3rd Feb 2005
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

"Thomas A. Rowe" wrote:

> 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)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "baffled in Escondido" <baffled in (E-Mail Removed)> wrote in message
> news:30FA82E2-2639-4777-B9EF-(E-Mail Removed)...
> > http://support.microsoft.com/default...n-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

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      3rd Feb 2005
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)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"baffled in Escondido" <(E-Mail Removed)> wrote in message
news:26D373D5-06D3-490C-9D37-(E-Mail Removed)...
>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
>
> "Thomas A. Rowe" wrote:
>
>> 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)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>
>> "baffled in Escondido" <baffled in (E-Mail Removed)> wrote in message
>> news:30FA82E2-2639-4777-B9EF-(E-Mail Removed)...
>> > http://support.microsoft.com/default...n-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

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?YmFmZmxlZCBpbiBFc2NvbmRpZG8=?=
Guest
Posts: n/a
 
      3rd Feb 2005
The password page tries to go to <%=LOGON_PAGE%>

Where is that?

aph

"Thomas A. Rowe" wrote:

> 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)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "baffled in Escondido" <(E-Mail Removed)> wrote in message
> news:26D373D5-06D3-490C-9D37-(E-Mail Removed)...
> >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
> >
> > "Thomas A. Rowe" wrote:
> >
> >> 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)
> >> http://www.ycoln-resources.com
> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> >> ==============================================
> >> To assist you in getting the best answers for FrontPage support see:
> >> http://www.net-sites.com/sitebuilder/newsgroups.asp
> >>
> >> "baffled in Escondido" <baffled in (E-Mail Removed)> wrote in message
> >> news:30FA82E2-2639-4777-B9EF-(E-Mail Removed)...
> >> > http://support.microsoft.com/default...n-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
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      4th Feb 2005
You have to read the instructions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"baffled in Escondido" <(E-Mail Removed)> wrote in message
news:6E536D21-23F3-4D92-AE0B-(E-Mail Removed)...
> The password page tries to go to <%=LOGON_PAGE%>
>
> Where is that?
>
> aph
>
> "Thomas A. Rowe" wrote:
>
>> 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)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>
>> "baffled in Escondido" <(E-Mail Removed)> wrote in message
>> news:26D373D5-06D3-490C-9D37-(E-Mail Removed)...
>> >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
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> 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)
>> >> http://www.ycoln-resources.com
>> >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> >> ==============================================
>> >> To assist you in getting the best answers for FrontPage support see:
>> >> http://www.net-sites.com/sitebuilder/newsgroups.asp
>> >>
>> >> "baffled in Escondido" <baffled in (E-Mail Removed)> wrote in message
>> >> news:30FA82E2-2639-4777-B9EF-(E-Mail Removed)...
>> >> > http://support.microsoft.com/default...n-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
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      7th Feb 2005
Hi
I use this tutorial it uses session cookies to check if someone has logged
in
http://www.frontpagehowto.com/newpas...ault.asp#logon

Paul M

"baffled in Escondido" <baffled in (E-Mail Removed)>
wrote in message newsC563CF5-30BF-4B29-B832-(E-Mail Removed)...
> 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"



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
password-protected web page marc Microsoft Frontpage 2 9th Mar 2009 04:46 PM
password protected page =?Utf-8?B?ZGVhY29u?= Microsoft Frontpage 5 23rd Dec 2006 02:11 PM
Re: Password protected page Ronx Microsoft Frontpage 0 8th Dec 2006 01:36 PM
Password protected page. =?Utf-8?B?ZGVyZWsgUGF1bA==?= Microsoft Frontpage 3 24th Mar 2006 09:28 AM
Password protected page Mayla Microsoft Frontpage 4 16th Mar 2006 02:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.