Apache/Linux Box
Is there any way to get ASP to work on a Linux box with apache and ensim?
View RepliesIs there any way to get ASP to work on a Linux box with apache and ensim?
View RepliesMy company developed a website application that interacts with a database (SQL, ORA, Access).
The pages are written in ASP (classic), but the kicker is that the pages use a .dll to interface with the database. Obviously this is fine for Windows based computers, but what about Linux, is this even possible?
we are using ASP and VBScript/JScript for submission of customer complaint forms to a MySQL DB. Our Apache Web server is run on a Linux box (Red Hat). Now I know if your running your server on Windows you can use CDO mail or Jmail to email forms.
What do you use if your server is running on Linux, or is there an Apache module I should be looking at that will allow forms to be emailed to myself on submition.
Is ASP compatible with linux. Which is the best scripting language which can be used on all servers.
In case of Linux which web server to be used for ASP.
i'm all over the place with my style. I began using IIS, asp, mysql, windows... now im interested in using apache, asp.net, mysql, windows... apache because of the security, mysql because obviously i love it to death, asp.net because it's something new i can learn...windows because im kinda scared of the linux hyped.... is there any fall back to my new config??? ASP.net will work with apache (sooner or later)... read more about it on go-mono.com.
View Replies View RelatedTo make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
View Replies View RelatedDevelpe a site using ASP and testing it locally using Apache. Unfortunately when it calls the asp files they are only shown as text .... what am i doing wrong? Put when I test the same files in Personal Web Server they work perfectly.
View Replies View RelatedIIS for 2000 Pro and XP pro have some limitations built in.
For example, you can not configure multiple sites, and
they do not support SMTP. Also, the performance may
suffer. I've heard rumors that IIS for Pro/XP is limited
to 10 concurrent users.
You do not need CALs (user licenses) for people accessing
your web site via the internet/intranet. The CALs are for
users connecting locally (via your LAN/WAN). Code:
What is the best way of getting ASP running on Red Hat, free?
View Replies View RelatedWhich version of Apache works (2.0 and higher?) Do you need a certainoperating system? Any additional software needed?
View Replies View Relatedhave problem to install asp on apache 2 Linux.Follow guidelines at URL.I see that mod_perl is working but something wrong with httpd.conf I think.Get error when try to run
<Files ~ (^.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>
Have Perl 5.61 installed
I have apache and php4 installed and working. Now I want to try asp applications using apache...
View Replies View RelatedI have installed apache2.0 downloaded from apache.org a while ago. Now I want to host some ASP pages as well. what is the easiest methos to install the ASP module in the current apache 2.0.
View Replies View RelatedCan ASP apps be run in Linux (I am using Mandriva 2007 Spring)? If so, which server has to be installed to make ASP apps run in a web browser in the same way as how ASP apps run in Windows?
As far as my knowledge goes, Linux does not support IIS; what about Apache? Will it be appropriate? Or are there any other web servers (preferably free ones like IIS) to make ASP apps run in Linux?
I run a personal web server using Apache. I've got Perl, PHP and MySQL all working great. But I'm confused about how to implement ASP ... could someone simply point me in the right direction?
View Replies View RelatedCan ASP run on Apache. If yes, how do you configure them to each other?
View Replies View RelatedMy IIS keeps crashing again and again and it is a real pain to maintain it. I googled and found an apache module to run ASP pages but that module is not provided for apache 2.x .. does anybody know a better web server to run ASP other than IIS or any FREE method to run ASP on APache?
View Replies View RelatedI have an Apache environment set up locally, and it's supporting PERL and PHP and MySQL no problem. But I can't get ASP.net to work... or find any information about it anywhere. is this because microsoft are determined to do things their way? I have downloaded the .net framework thing, but I don't know where to go from there.
View Replies View Relatedhow can i make asp files work in Apache2 n i m runnin win2000.
View Replies View RelatedI know this is not ideal but i have a client with a simple asp site and i would like to move them to our linux box during a transition but they use an access database. Can someone tell me how i can get the connection to work under linux? Current Code: Code:
Dim MM_connPang_STRING
'MM_connPang_STRING = "dsn=pangDSN"
MM_connPang_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:clientdatabasepangDB.mdb"
how can i run asp on linux either sun version / or perl apache version?
View Replies View RelatedDoes Macromedia 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:ate
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:erlScript Apache::ASP::Lang:erlScript
Is it possible to integrate ASP.Net on a Linux server? I heard there is some software in development for this but I cannot remember the name. I know Novelle is the one working on it.
View Replies View RelatedIs it possible to host ASP (not .net) to host on Linux,( hopefully yes then whats required extra on Linux). If some one know any issues related to that or any reference site hosting
ASP on linux.
is thier any way to run ASP files in apache just like php????? if yes how?
View Replies View RelatedI have asp pages running on IIS of XP prof.
I want to move to the apache web server
Can anyone explain how to do that?
Can i use web developer asp to create web sit for linux serves . if yes how?
View Replies View RelatedI've just taken a client who has a membership-based site served as aspx. Yhe relationship with his current host/developer is going south and I need to switch to new hosts and find someone to handle the backend stuff.
Much of the site appears to be poorly structured - needlessly complex and yet lacking certain features. From my own limited knowledge of what I've seen of it, I'd have suggested using a drupal and a bunch of php... but I know little and may be talking out of my butt.
I'm more comfortable with linux/apache... and I'm guessing that's incompat with the current work - or is it? The database is sql so is it viable to migrate away from aspx? Etc?
Here is a simple test class Ive built to try and find out, why another class I built (that works fine on my testing server running iis on xp) throws up an error on the live server running red hat 8.3 on linux, Im new to asp and only just now found out the live server is a linux box. Code:
View Replies View RelatedIf my server runs on Linux and I want to use an ASP script and files on it. When I upload the files, wehn I go to the file directory and click on the file it asks me the same as what it asks me if I try to open it at home.How can I overcome this?
View Replies View RelatedI want an answer by tomorrow with examples and reference URLS if we can do this.There is a program written in ASP and the databse is MSSQL (Microsoft) hosted in Windows platform.
But they want this databse and ASP Program host on a UNLIX/LINUX server and use the same ASP program. Can thy do it/ and how?
I'm working on a proof of concept for ASP. I've already done it using Windows 2k server, IIS, using open source [no initial cost involved]. I'm looking to doing the same using a linux box. Does anyone know if this can be done without buying any additional tools?
View Replies View RelatedI need to install Comersus Cart (http://www.comersus.com) and try out to see how it works on Linux. The document says that it works on Linux as well, as long as ASP is enabled.
I avoided using ASP on Linux. How well does it perform really? And does anyone have experience running Comersus on Linux? How does it perform? Did you have any issue?