On an Intranet, you typically skip the registration page and use Windows
Authentication instead. You can read about this at
Securing Web Pages With Windows Authentication
http://www.interlacken.com/winnt/tip...ow.aspx?tip=34
Otherwise, you'll generally need to find or develop your own
self-registration software. There's an MSKB article about this at
MSKB article 301464
HOW TO: Use Simple ASP Code to Password Protect Your ASP Pages
http://support.microsoft.com/default...b;en-us;301464
Or yuo may wish to copy and modify the code from Insider Extras 1 or 2 that
come with Microsoft Office FrontPage 2003 Inside Out.
Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
"CristinaJesus" wrote:
> i need to create a registration page that needs to be filled out before
> viewing some articles. If not need to not allow them to see the articles.
>
>