Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache, Linux and ASP

Status
Not open for further replies.

AntiLiteratos

Programmer
Jul 30, 2003
19
AR
Hi everybody:

I would like to know if it's possible to host a site build on ASP in a Linux server with MySQL databases. Does Apache work for this?

Thanx.

Guillermo.
 
Short answer: yes.

Long answer: Probably not the way you want. Generally when people say "ASP" they really mean they want to use VB. The Apache ASP project is ASP with perl as the scripting language. If it must be VB you could look at Chili!soft ASP (now Sun ONE Active Server Pages ).

If you have the choice I would suggest using JSP, PHP, mod_perl or some other less Microsoft-centric technology. Just my opinion.
 
Preach it usige. :) There are converters out there that will convert your asp pages to php which I think is much better and will help you live longer. Not to mention, php and MySQL were practically made for each other.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top