hi i have linux server. i want to run asp and asp.net pages on linux server. is it possible for me? if yes then how. thanks in advance
Check out the mono project, it allows you to develop and run .NET code on *nix platforms. Also, check out the Java System Active Server Pages solution (used to be Chilisoft). http://www.mono-project.com/Main_Page http://www.sun.com/software/chilisoft/ Good luck!