private web sites

G

Guest

I am desinging a school web site and trying to create two different sub webs
for intranet usage. Intranet for faculty and intranet for parents/students.
Faculty should be able see and edit pages that parents/students can see and
also faculty will see some other pages that parents/students and public
cannot see.
I think I can do it with disabling "Enable anonymous access" for intranet
directory and faculty, parents/students can access pages with password.

My questions are:
1- In the school network students and faculty should not enter the password
for intranet sites. How they can see pages without entering passwords?

2 - Also Intranet users should not enter passwords all the time. How users
can save password, so they don't need to type everytime when they visit these
pages? Password entry dialog box has a check box to save password, but it
does not work with me. (My computer has windows xp pro sp2)

I don't want to use asp pages to control password since faculty has so many
pages that I cannot control.

Our web server is iis 6

thanks for help

Karakas
 
P

PJx

I am desinging a school web site and trying to create two different sub webs
for intranet usage. Intranet for faculty and intranet for parents/students.
Faculty should be able see and edit pages that parents/students can see and
also faculty will see some other pages that parents/students and public
cannot see.
I think I can do it with disabling "Enable anonymous access" for intranet
directory and faculty, parents/students can access pages with password.

My questions are:
1- In the school network students and faculty should not enter the password
for intranet sites. How they can see pages without entering passwords?

Your iis 6 web server software can control access to your desired
pages. Loosen or tighten security to suit yourself.
2 - Also Intranet users should not enter passwords all the time. How users
can save password, so they don't need to type everytime when they visit these
pages?

Sounds like plain old cookies will do what you want.
Password entry dialog box has a check box to save password, but it
does not work with me. (My computer has windows xp pro sp2)

I don't want to use asp pages to control password since faculty has so many
pages that I cannot control.

You are in charge, use what you want. Search google for Web Page
Password Tutorial. There are lots of solutions.
 
S

Stefan B Rusynko

To password protect a part of the web 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

In order to edit pages your users may need either FP or a 3rd party content editor (or custom ASP/PHP application)

Passwords used by FP are "stored" using IE
In IE use Tools > Internet Options > Security
Click on 'Trusted' and on 'Custom Level'
Make sure the selection at the bottom is set to:
'Automatic logon with current username and password' and click OK
Click on 'Sites' and add your site URL in the 'Add this Web Site to the Zone', and OK, OK
- note: you may have to unselect the option: Require server verification (https)... to add your site


--




| I am desinging a school web site and trying to create two different sub webs
| for intranet usage. Intranet for faculty and intranet for parents/students.
| Faculty should be able see and edit pages that parents/students can see and
| also faculty will see some other pages that parents/students and public
| cannot see.
| I think I can do it with disabling "Enable anonymous access" for intranet
| directory and faculty, parents/students can access pages with password.
|
| My questions are:
| 1- In the school network students and faculty should not enter the password
| for intranet sites. How they can see pages without entering passwords?
|
| 2 - Also Intranet users should not enter passwords all the time. How users
| can save password, so they don't need to type everytime when they visit these
| pages? Password entry dialog box has a check box to save password, but it
| does not work with me. (My computer has windows xp pro sp2)
|
| I don't want to use asp pages to control password since faculty has so many
| pages that I cannot control.
|
| Our web server is iis 6
|
| thanks for help
|
| Karakas
 

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

Top