| Showing 1 - 7 from 7 tutorials on Page 1. |  | |
| | | ASP Authentication Using IP Address | | This article explains how to control web application access by validating the user’s login and password against a database using Active Server Pages. Once validated the IP Address of the user is ensure that the user has access to the database. | | Added: 22 March 2007 - Visits: 402 | | | | | | | | Using Active Directory in ASP.NET | | This article is first in the series demonstrating the use of Active Directory in ASP.NET. Of course all the demo code is written in language of choice - C#. This series will not go into discussion of Active Directory or LDAP servers. We are assuming tha... | | Added: 21 March 2007 - Visits: 200 | | | | | | | | Adding Site Registration using SQL Server and ASP | | One of the most powerful enhancements for any site is to establish community and personalization features. In our new series, we are going to demonstrate how to add community and personalization features to your web-site. The first step to reach this go... | | Added: 19 March 2007 - Visits: 129 | | | | | | | | Authentication Tutorial | | This is a quick and easy guide to building an authentication system in ASP. First, it explains Authentication: What it is, how you work with it, and what options are currently available to you. Then, it explains each choice in more detail to help you de... | | Added: 19 March 2007 - Visits: 195 | | | | | | | | Creating a Members Area in ASP | | This is a complete tutorial on how to create your own 'members-only' area on your website. The author writes "A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login pa... | | Added: 19 March 2007 - Visits: 186 | | | | | | | | Validate logins with ASP, Access and cookies | | This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP pages, ... | | Added: 19 March 2007 - Visits: 199 | | | | | | | | Simple ASP Authentication System | | This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very simple way to achieve this. Just follow the steps and you have a secure login system. | | Added: 16 March 2007 - Visits: 186 | | | | | |