Setup a webpage requiring a password to be viewed?

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

Guest

I would like to limit access to a webpage that I've posted to the internet
(on our server). Is it possible to have a page prompt for a password before
allowing the page to be viewed?
 
The easiest way to do this is to create a subweb with unique permissions
(not inherited from the parent web), and set up the permissions for the
subweb to authenticate users. Another alternative is to use a database and
server-side programming to password-protect individual pages in the web, but
that requires programming skill to do.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
For the first see http://support.microsoft.com/default.aspx?scid=kb;en-us;825451
Your host will have to support subwebs and unique permissions under the FP Server Extensions


--




| The easiest way to do this is to create a subweb with unique permissions
| (not inherited from the parent web), and set up the permissions for the
| subweb to authenticate users. Another alternative is to use a database and
| server-side programming to password-protect individual pages in the web, but
| that requires programming skill to do.
|
| --
| HTH,
|
| Kevin Spencer
| Microsoft MVP
| .Net Developer
| Neither a follower nor a lender be.
|
| | >I would like to limit access to a webpage that I've posted to the internet
| > (on our server). Is it possible to have a page prompt for a password
| > before
| > allowing the page to be viewed?
| >
| >
|
|
 

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