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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing Asp on Apache Web Server

Status
Not open for further replies.

ufobaby

MIS
Sep 25, 2001
238
US
all,

need to know how to use the existing ASP pages on and Apache web server. upgrading the server is not a problem but need a solution where i donot have to change my code...

this is a little urgent thanks !

[cheers]
Niraj [noevil]
 
Thankx a lot Bastien,

and now this is too much to ask but then, i was looking at some solution like a freeware i mean don't have that kinda money u c ..... do we have something like this ?

[cheers]
Niraj [noevil]
 
ufobaby,

When using MS products you don't always have very much free options given to you. MS would prefer that everything you write in ASP would work only on their servers. If you plan to use something that runs ASP on Apache then you probably will end up paying a fee to the creators of that tool because they have to pay a licence fee to MS.

If you really want to get out of such a rut where you always have to pay you might consider going to real free way. Download PHPTriad to learn about PHP/MySQL.

PHP is similar to ASP except faster. It runs on almost every platform (linux, Windows, OS2, Unix etc...). And most importantly it is free. The only downside to it is the slightly steeper learning curve compared to ASP. Don't let that scare you off. The advantages more than make up for it.

Google "phptriad" to learn more about a free PHP developement enviroment for windows. I hope this option is helpful to you! :) Gary Haran
==========================
 
Thanks xutopia and Bastein,

would surely explore the possibility to convert the site to php.
also would be gr8 to know any books online available

[cheers]
Niraj [noevil]
 
php works on most platforms

windows
linux
unix
sun
etc

works with
apache
iis
xitami
etc

see for more details Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top