Articles

 Query MySQL database in ASP

1 2 3 <% 4 5 Dim cnnSimple ' ADO...

 Query a SQL database with ASP using a DSN-less connection

1 <% 2 Dim cnnSimple ' ADO...

 Redirect a subdomain to a subdirectory

You can redirect a subdomain to a subdirectory by using ASP or ASP.net code. When the...

 Sample Code on how to send email using Classic ASP

If you are using ASP to send email on our emailserver, please avoid using CDONTS. We no longer...