Contents tagged with ASP Classic
-
Enabling ASP Classic error messages in IIS7 and Windows Web Server 2008
I recently moved my asp classic code from my windows 2000 web server to my windows 2008 web server. But alas, error messages are turned off by default. I got a whole lot of blank pages with grinding hour glasses.
-
Spam Catch without Captcha
By Nannette Thacker
Here is an example of how to set a spam trap without using Captcha. In your web form, typically a Register or Log In page, simply place a hidden textarea field. Then on your form action page, check the value and if it contains any content, you can redirect them to another page or do anything you like. Since a real human won't see or have access to this form field, only the bots will fill in the field.
ASP.net VB Example -
HTML Tables to ASP.net Table Controls
If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control.
Dragging an HTML table from your toolbox...
... will generate these table commands: