Free NT Web Hosting, Free ASP Hosting, Free Web hosting, Free Hosting - DomainDLX
    

    Home
    Registration
    FAQs
    Terms of service
    Contact us

    Learn ASP
    Databases
    Articles

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.

  1. Make sure all the <% are closed by %> and there are not too many %>. This can cause a HTTP 500 Internal Server Error
  2. Make sure that all the commands are spelled correctly, this can cause HTTP 500 or VBScript Error Message.
  3. Make sure you use proper command syntax.
  4. 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.
  5. Make sure you use the DSN-Less connection method.
  6. 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.
  7. Make sure the file ends with ASP.

By: Matthew Holder