Have anyone successfully ran an ASP file on any WHB server?
Have anyone successfully ran an ASP file on any WHB server?
As far as I know... support for ASP files is usually available only on Windows based servers.
I know there are ways to get ASP running on Linux servers by installing additional interpreter but I don't think that's a common practice among the shared hosting service.
So, to answer your question... nope, for me I've never been successful in running ASP files on WHB server.![]()
1. ASP is pretty well dead, since ASP.NET was introduced almost 6 years ago.
2. ASP and ASP.NET are of course proprietary Microsoft frameworks, designed to run on Microsoft servers. (e.g. IIS)
3. It is possible to run ASP and ASP.NET on Linux servers, but it's in an emulated environment. I'm told by people who have done it that it is not a great solution. It's not like PHP which is by design intended to run in multiple environments.