How to Setup Registration in Discussion Web?

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

Guest

Hi, I want the users to login before submitting their messages on discussion
web hosted in IIS 6. I store the user information in a MS Access file. Please
tell me how to build the login system with ASP.

There is a FP 2003 book mentioning the possibility but the author did not
detail the steps to implement.

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

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi, I want the users to login before submitting their messages on discussion
| web hosted in IIS 6. I store the user information in a MS Access file. Please
| tell me how to build the login system with ASP.
|
| There is a FP 2003 book mentioning the possibility but the author did not
| detail the steps to implement.
|
| Thanks.
 
Thank you, David and Stefan.

My problem is : I have a discussion web created by FP2003. I want the users
to login before accessing to the discussion contents. Also I hope that their
credential can be shown with the messages they posted. The book "FP2003
Inside Out" has mentioned that but with no detailed steps on how to implement
in ASP or ASP.NET.

Discussions are welcome.

Thanks,

OJ
 
Did you read the tutorial site I posted?

http://www.kamath.com/tutorials/tut003_auth.asp

In this example it tells you how to first set up a login / registration page
and then, if they are valid redirect them to a page of your choosing (in
this case the Discussion Web). It also tells you how to secure the
discussion web so they can't bookmark it and enter it without logging in
first. If they do it throws them back to the login screen.
 
However, this approach will not work with the FP discussion web.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Yes, Thomas.

Since the pages generated by FP discussion web are in *.htm. Renaming them
to .asp may not work smoothly.

Actually, if one create a registration page for the web, their username will
be displayed on the discussion thread. However, the information captured from
the registration page is stored on a text file. It would be great if someone
tell me how to replace the text database with my Access database.

OJ
 
You might just be able to import the text file into Access depending on the
format you have it in. Try the MS Access news groups.
 
Back
Top