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. In this article James shows us how to do exactly that by using ASP and SQL Server. By the end of this article you'll have a fairly good idea of how you can implement your own members area on your site.
This article was contributed by James Crowley from DeveloperFusion.com. If you're after free programming tutorials, source code and reviews you can click here 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. Members areas allow your visitors to access special content that other visitors to your site don't have access to. In this tutorial we will cover the steps needed to create a simple member area for our web site. We will be using ASP and SQL Server to accomplish this, so you should be well versed on both of these technologies. By the end of this article you will be able to take our members area script and apply it to your web site.