To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
Want to remove these ads? Register for your free account here.
Actually, ASP and PHP are two completely different languages. When you rename the script from php to asp you do not change the language but just the extension.
It is possible to have ASP running under Linux via mod_mono for example, but this technology is not really suitable for a shared server and as such it is not implemented here.