How do I send mail from my website on Windows shared services?

Sending mail from your website(s) is very easy with us! Simply set your sites SMTP server to one of the below SMTP servers and that is all! We’ve disabled our primary mail server systems from accepting mail from our web servers, these mail servers are dedicated for website email and allow us to better control website email.

The following server hosts are available to send mail for our web servers and other ASPnix-hosted systems

  • mailer.anaxanet.com (no authentication required)

The following ports are available for SMTP connections

  • 25
  • 465 (SSL)
  • 587 (TLS)

Read more

My classic ASP website returns errors related to Jet drivers or database drivers not being found. How do I fix this?

It is very common for users to see errors related to Microsoft Jet drivers and other “driver not found” errors when working with databases under classic ASP. Usually the cause is related to the websites application pool running as 64-bit. Classic ASP is a legacy technology that does not (and most likely will not) support 64-bit. In order for ASP to load legacy / 32-bit drivers and components the application pool must be set to run as a 32-bit process. This can easily be done within our Windows control panel.

Read more