how to set password for one directory using asp

S

sraja

hey
can I use asp to restricted certain page
and also put links under the private folder for restrict
the folder for access?
 
T

Thomas A. Rowe

Don't put any pages in the _private folder. If you want to use ASP, then create a subweb for the
restricted content and use ASP and Access to manage access to the pages within the subweb.

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

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

Stefan B Rusynko

See http://support.microsoft.com/default.aspx?scid=321439




| Don't put any pages in the _private folder. If you want to use ASP, then create a subweb for the
| restricted content and use ASP and Access to manage access to the pages within the subweb.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| 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
|
| | > hey
| > can I use asp to restricted certain page
| > and also put links under the private folder for restrict
| > the folder for access?
|
|
 
Top