An Overview in DSNLess ConnectionThis tutorial outlines the basics in setting up a DSN-Less connection to a database in ASP and then how to access information utilizing that connection.
An SMTP Service Directory ReaderLet me set the scene for you a little. It's about two hours before I'm supposed to have this week's NewsFlash finished and sent in and I have no lead article. I check my \"things John is going to write for the site if he ever gets off his butt and...
ASP and Web Session ManagementOne of the challenges faced by Web developers is how to create a coherent application out of a series of independent HTML pages. This problem is a particular concern in Web development because HTTP is a stateless protocol. Each browser request to a...
ASP Component GuidelinesComponents. Some love them, some fear them. Those who fear components can usually share a horror story with you. Let's face it: When it comes to working with components under ASP, what you don't know can hurt you. If you've fallen, get up, dust...
ASP ConventionsThe authors of the IIS Resource Kit have produced this document on ASP authoring conventions for Web developers. These conventions for developing Active Server Pages (ASP) promote script efficiency (fast application execution), efficient use of...
ASP from A to ZThere's lots of helpful information about Active Server Pages (ASP) available on this site and other sites. If you have plenty of time to search for the information, you can find answers to most of your questions. But if you want to find out what...
ASP Server VariablesThis simple example will show you some commonly used server variables and a small script that can be used to retrieve the list of server variables and their values.
The most powerful aspect of server-side scripting languages such as ASP is their almost magical ability to turn the Web – a medium originally crafted to serve one static document after another - into a platform that delivers rich...
ASP Technology Feature OverviewThis article provides an overview of Active Server Pages (ASP) technology, a technology made available by Internet Information Server (IIS). The ASP features described in this article are available in IIS version 4.0. After walking through the...