-----Original Message-----
Hello all.
Howdy.
This is my first time on this forum and I hope that I'm
not going to ask a common question. Well here it goes:
I have created a website using frontpage xp and it looks
great. I want to, however, create a page where users
can log in and have special privileges, kind of like this
forum. In fact, I want them to register so they can buy
my products. Can anyone help me with creating a page
where the purchaser has to log in? Thanks ahead of time.
FrontPage has a self-registration component, but it dates
back to the days before Microsoft bought FrontPage from
its original defelopers, and it only works on Unix.
FrontPage *can* create Web sites tht require visitor
login, but the logins are Windows accounts and belive me,
you don't want Web visitors who self-register getting
Windows accounts on your server.
The kind of security you're probably thinking of is "Forms-
based" security, and it's something you need to program
yourself. The reason is that you generally need to
integrate the login system with your e-commerce
application anyway.
If you're using (or planning to use) an e-commerce
storefront, it probably comes with its own customer
registration. Alternatively, you can start from the sample
code that I included with Microsoft Office FrontPage 2003
Inside Out.
To see the ASP version in action, browse:
http://www.interlacken.com/fp11extras/selfregasp/default.ht
m
To see the ASP.NET persion work, browse:
http://www.interlacken.com/fp11extras/selfregnet/default.ht
m
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| 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)
|/---------------------------------------------------
*----------------------------------------------------