ASP and ASP.NET Support
No, our servers run Linux (AlmaLinux/CentOS) with Apache, which does not natively support ASP or ASP.NET. These are Microsoft technologies that require a Windows server with IIS (Internet Information Services).
Alternatives
- PHP - The most widely used server-side language on Linux hosting. Most functionality you would build in ASP can be done in PHP.
- Python - Supported on our servers for web applications and scripts
- Perl - Available for CGI scripts
- Node.js - Available on VPS and dedicated server plans
If your project specifically requires ASP.NET, you would need a Windows-based hosting provider. However, for the vast majority of web applications, PHP on Linux offers the same capabilities with better performance and lower cost.
