Rated
Read 95,964 times
Contents
Related Categories
Creating a Members Area in ASP - Introduction
Introduction
A frequent task for ASP developers is to create a members area style
section of a website. This would normally involve registration, a login page,
and then access to a section of the site that is only available to registered
users. This tutorial will cover the steps needed to create all 3 sections, and
we'll have lots of fun on the way ;-)
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
-
Posted by shawne on 11 May 2007
I want to with u a happy day .. And thank's once again for giving us the source code.. but unfortunately i just use your code for my following project but then i got some error said ---The include ... -
Posted by rob1210 on 15 Feb 2007
Hi, being a bit of a newbee to ASP but am quite up to speed with SQL and some web development. I am struggling a little with getting to grips with what I need to do with some of the code. In the tutor... -
Posted by nathancan on 20 Nov 2006
If I look at the page in Dreamweaver or similar I also see the code. However, when it is uploaded to my web server it appears without the code. Are you sure your web server can run asp?
-
Posted by nathancan on 20 Nov 2006
Hi there I'm new to asp and thought i'd start applyinh what I've been reading by using this tutorial. When I attempt to use login.asp or register.asp I receive the following error:
-
Posted by coolcalimba on 18 Jun 2006
Hi, I've never used ASP before and just want to create a members area where I can view the members and their attributes in a simple non-relational database, for my website that is being updated (fr...
|