PDA

View Full Version : ASP on linux - alternatives?


flameproof
9th January 2009, 04:49
I just moved a domain from a NT server to CentOS 5.2. That domain has one MS Access *.mdb database and users can search through it with an ASP script online.

Of course that will not work on Linux. What is the easiest option for me?

Make ASP work?
Find a way to have PHP read from the *.mdb?
Go from then *.mdb to another format and use ...... php?

MisterVlad
9th January 2009, 14:15
I am not sure how this works, how it installs, nor do I know anyone who's used it... but there is this one alternative:
http://www.mono-project.com/Main_Page

it is supposed to run asp.net as well under linux.

the Redhat version should work on CentOS.

As always, i would try it on a non-production server first, and then make it live :)

MisterVlad.
Steve.

marpada
9th January 2009, 15:56
ASP.NET is different from ASP, so I don't think MONO works here.

I just found this module to run .asp from Apache, you may take a look at it
http://www.apache-asp.org/index.html

If you decide you migrate the code to php check this
http://sourceforge.net/projects/mdbtools/
________
Asthma Advice (http://www.health-forums.org/asthma/)
________
How much is motorcycle insurance for a 19 year old (http://www.cyclechaos.com/4um/f48/)

MisterVlad
9th January 2009, 16:51
yes, this is true... and from what I can remember, ASP is just as you said, a small module/program that is like PHP and you can run older ASP apps in linux...

I think it is just a pain in the ass... ASP is a Windows crap app.. and ASP.NET is even worse... 6 courses in a 3 year term in VB, and ASP.NET... and i dont use it, nor do I want to look at it ever again!

PHP is my language of choice... and 6 years later, I am still learning more about it.