tags:

views:

39

answers:

4

Hi,

Is it possible to host an asp page on a linux server ?

A: 

checkout ASP.NET mono project

cmroanirgo
ASP != ASP.NET. :-P
Chris Jester-Young
A: 

how about this ? or Mono?

ghostdog74
A: 

Years ago, I've heard of Chili!ASP. I don't know if that's still around anymore.

Chris Jester-Young
A: 

In principle, YES, there are implementations of ASP which will run under Linux.

In practice, NO, your ASP application has probably been written for Windows and will use SQL server (which means you need a Windows box anyway to run that) and probably some COM classes which are unavailable.

But even if you COULD run it, the chances of introducing bugs by moving it to an alien platform is very high.

Also in my experience, the chances of an ASP app having bugs is very high to start with.

MarkR