This is a discussion on ASP on apache windows within the Apache Web Server forums, part of the Web Server and Related Forums category; is there any way i can run ASP files on my Windows Apache server....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
|
|
|||
|
Ma3a <gs002c7313@blueyonder.co.uk> wrote:
> is there any way i can run ASP files on my Windows Apache server. Chilisoft (apparently now owned by Sun) allows IIS/ASP (VBScript, JScript) applications to run on Solaris, Linux, AIX, HP-UX, and Win2k/2k3/xp servers, though I don't know how OLE/ADO objects would work. I remember hearing this was a type of Apache module, but that might not be accurate anymore. The package starts at ~ USD$500. http://www.sun.com/software/chilisoft/ There's also the Apache::ASP perl module that recreates the ASP environment (most of it) under Apache/mod_perl. It is free, but only works with Perl code manipulation of the ASP object model. So unless your ASP site is already written to use the ActivePerl PerlScript ActiveX plugin, it would require some translation. http://search.cpan.org/search?query=...SP&mode=module HTH, Tim Hammerquist -- $ rm -rf /mnt/windows |
|
|||
|
|
|
|||
|
Benedictum wrote: > Try this: http://www.mono-project.com/Main_Page > > This is the one recommended by Apache Somewhat related question: We are having trouble accessing ASP pages on our Windows 2000 sever through IIS. We have Apache 2.0.49 installed as well. ASP.NET pages work fine but whenever we try to browse to an ASP page through IIS, we get an HTTP 500 error with no additional information (we looked in the web server logs and turned off friendly messages in the browser to no avail). Any suggestions or ideas? Does this have to do with configuration settings in httpd.conf? |
|
|||
|
itmanager8815@yahoo.com wrote:
> Benedictum wrote: > >>Try this: http://www.mono-project.com/Main_Page >> >>This is the one recommended by Apache > > > Somewhat related question: > > We are having trouble accessing ASP pages on our Windows 2000 sever > through IIS. We have Apache 2.0.49 installed as well. > > ASP.NET pages work fine but whenever we try to browse to an ASP page > through IIS, we get an HTTP 500 error with no additional information > (we looked in the web server logs and turned off friendly messages in > the browser to no avail). > > Any suggestions or ideas? Does this have to do with configuration > settings in httpd.conf? > Nowadays, ASP under IIS comes disabled. You have to enable it....my goodness....can I read how.....hhmmm... |
|
|||
|
No One wrote: > itmanager8815@yahoo.com wrote: > > Benedictum wrote: > > > >>Try this: http://www.mono-project.com/Main_Page > >> > >>This is the one recommended by Apache > > > > > > Somewhat related question: > > > > We are having trouble accessing ASP pages on our Windows 2000 sever > > through IIS. We have Apache 2.0.49 installed as well. > > > > ASP.NET pages work fine but whenever we try to browse to an ASP page > > through IIS, we get an HTTP 500 error with no additional information > > (we looked in the web server logs and turned off friendly messages in > > the browser to no avail). > > > > Any suggestions or ideas? Does this have to do with configuration > > settings in httpd.conf? > > > > Nowadays, ASP under IIS comes disabled. You have to enable it....my > goodness....can I read how.....hhmmm... It is disabled with Windows 2003 server. We are running Windows 2000 server. |