|
 |
Here is a list of things you should check first before you think your ASP script
on DomainDLX.com is broken. Sometimes, these problems are the reason for
your error.
- Make sure all the <% are closed by %> and
there are not too many %>. This can cause a HTTP 500 Internal Server
Error
- Make sure that all the commands are spelled correctly, this can cause HTTP 500 or
VBScript Error Message.
- Make sure you use proper command syntax.
- If you are writing to a database, make sure it is in the /USERNAME/database/
directory. THIS IS IMPORTANT; it is the only directory where databases can be
if they are to be written
to.
- Make sure you use the DSN-Less connection method.
- Make sure you don't use SQL Commands to do writes, they do NOT mix well with the
ADO object used to work with the databases, in my opinion.
- Make sure the file ends with ASP.
By: Matthew Holder
|
|
|
|