Operating Systems > Linux and UNIX
asp and apache
Stryker:
I was in the process of having this company my friend works for transfer their server off of the winnt 4.5 backoffice server and onto a linux server. They were begining to be unhappy with the general performance of the server. The time it takes to download the users' profiles for the domain controller, the large pause off iis when nobody has connected for a few minutes. I was trying to tell them that everything they wanted to do could be done in linux. But they had all of their website stuff in asp. A few weeks later I discovered the nifty utility "asp2php". It didn't work as nicely as I had hoped, it insisted there were errors in the code. While i was trying to convert it to php for them, I accidently discovered that apache already has support for asp built in, it just doesn't go bragging about it anywhere. I realized this when i went to http://server1 instead of http://server1/default.php. So I now have them trying out a new RedHat server. They are keeping their old one up just in case, until they know that this will work. I can understand this of course. Just thought i'd drop by and tell everyone we have 1 more company on the linux list.
voidmain:
Some people slap *.asp extentions on their HTML even if there really is no ASP code in the file (makes them feel more important I guess). But yes, there are Apache modules that can handle ASP. However, I have found that manual conversion from ASP to PHP to be very easy in most cases.
zooloo:
quote:Originally posted by void main:
I have found that manual conversion from ASP to PHP to be very easy in most cases.
--- End quote ---
True, but then they wouldn't be trying out Red Hat.
So I say "Nice one Stryker".
Stryker:
quote:Originally posted by void main:
Some people slap *.asp extentions on their HTML even if there really is no ASP code in the file (makes them feel more important I guess). But yes, there are Apache modules that can handle ASP. However, I have found that manual conversion from ASP to PHP to be very easy in most cases.
--- End quote ---
No they weren't just extentions, i looked over it myself. Apparently it was the only way they knew how to do database access. (microsoft access 2000...) And I did go through and examine some of the code, I didn't know that RedHat ships with asp support though. So i'm transfering out of win2k myself. It's just my home network, but I had to have asp for my site also. Now that I can, i say goodbye windows (again).
voidmain:
And you were able to utilize the Access database? I see that *is* possible using ODBC but it worked right out of the box with ASP? If so that's cool. I was reading on the PHP forums about getting Access to work through ODBC but that it was slow. Best thing to do is to convert it to MySQL. But if it works and comparable to their NT setup then all the better. If they decide to make a complete switch I'm sure you would want to convert the database as well.
Of course if they needed non web connections to the database for updating from their Access program I have not done that with MySQL, I have done it with PostgreSQL however.
Navigation
[0] Message Index
[#] Next page
Go to full version