Creating a Username and Password protected area in Frontpage 2003

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

Guest

How do I go about creating a username and password protected area in FrontPage 2003? I am assuming there will be some database functionality required to accomodate usernames, etc... But I want o approve each new user before they gain access...
 
Will require you to be able to write a custom database application where a user submit a form, the
account is then created in a database, but is not active, then you get a notice to review and
approve the account, thereby activating the user's login.

This can be done with server-side scripting such as ASP, ASP.net PHP, etc. and a database.

You might find a pre-written application at the following URL:
http://www.ycoln-resources.com/resources/asp/news.asp?id=31&parentID=1
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

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


FreshMeat said:
How do I go about creating a username and password protected area in FrontPage 2003? I am assuming
there will be some database functionality required to accomodate usernames, etc... But I want o
approve each new user before they gain access...
 
Or see
http://support.microsoft.com/default.aspx?scid=321439

--




| Will require you to be able to write a custom database application where a user submit a form, the
| account is then created in a database, but is not active, then you get a notice to review and
| approve the account, thereby activating the user's login.
|
| This can be done with server-side scripting such as ASP, ASP.net PHP, etc. and a database.
|
| You might find a pre-written application at the following URL:
| http://www.ycoln-resources.com/resources/asp/news.asp?id=31&parentID=1
| --
| ==============================================
| 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
|
| | > How do I go about creating a username and password protected area in FrontPage 2003? I am assuming
| there will be some database functionality required to accomodate usernames, etc... But I want o
| approve each new user before they gain access...
|
|
 
Will still need to write custom code to handle the approval process, best to avoid using the DRW.

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

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