Forums
This topic is locked
Apache::ASP-
18 Oct 2002 14:55:58 XX XX posted:
Does MX support ASP on Apache with MySql.Below is output of installed modules on my Linux server.
Apache::ASP Apache::ASP::State
Apache::ASP::Request Apache::ASP::Request Apache::ASP::Server
Apache::ASP Apache::ASP Apache::ASP:

Apache::ASP::CollectionItem Apache::ASP::CollectionItem Apache::ASP
Apache::ASP::Application Apache::ASP::Application Apache::ASP::GlobalASA
Apache::ASP::CGI Apache::ASP::CGI Apache::ASP::Session
Apache::ASP::Lang:<img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>erlScript Apache::ASP::Lang:<img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>erlScript
Thanks
Replies
Replied 18 Oct 2002 19:36:35
18 Oct 2002 19:36:35 Ned Frankly replied:
We use Chili!Soft ASP on Linux with MySQL with no problems. If Apache::ASP is anywhere near compatible, it should work. You'll need to install MySQL and MyODBC on your Linux server if they're not already there, and of course check the documentation for specific server-object issues. One that comes to mind is that Apache won't return the filesystemobject file TYPE on a folder file list.
Each flavor of ASP has its limitations, so you'll have to check the docs and test it before assuming that your IIS ASP Access site will migrate well to Linux ASP Mysql.
In any case, MX doesn't seem to care one way or the other (other than the fact that IIS is not case-sensitive on filenames and Linux is - big gotcha on an old, handbuilt ASP site, especially if the programmer was sloppy).
Ned Frankly
Edited by - NedFrankly on 18 Oct 2002 19:38:16
Each flavor of ASP has its limitations, so you'll have to check the docs and test it before assuming that your IIS ASP Access site will migrate well to Linux ASP Mysql.
In any case, MX doesn't seem to care one way or the other (other than the fact that IIS is not case-sensitive on filenames and Linux is - big gotcha on an old, handbuilt ASP site, especially if the programmer was sloppy).
Ned Frankly
Edited by - NedFrankly on 18 Oct 2002 19:38:16
Replied 18 Oct 2002 23:00:17
18 Oct 2002 23:00:17 XX XX replied:
Thanks