Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Deniz on February 01, 2003, 02:46:16 AM

Title: ASP web page
Post by: Deniz on February 01, 2003, 02:46:16 AM
I'm newby here i have a quastion about web pages. Is it possible to put asp web pages on e-smith webserver?
Title: Re: ASP web page
Post by: Lars on February 02, 2003, 04:52:56 PM
e-smith (SME server) uses Apache and Apanche can't run ASP pages.

I think there are some mods for apache so it can run a little bit of ASP. But i don't think it will be a good idea. The best thing you can do is, learn PHP or get a Microsoft Windows 2000 server.

// Lars
Title: Re: ASP web page
Post by: Damien on February 03, 2003, 07:11:11 PM
Hi,

If you want to use ASP with Linux, have a look at chilisoft. http://wwws.sun.com/software/chilisoft/

However, I would agree with the last post "use PHP"
Title: Re: ASP web page
Post by: Charlie Brady on February 04, 2003, 03:11:01 AM
Damien wrote:

> If you want to use ASP with Linux, have a look at chilisoft.
> http://wwws.sun.com/software/chilisoft/
>
> However, I would agree with the last post "use PHP"

I'd suggest instead to have a look at Apache::ASP. Read about it at
http://www.apache-asp.org/. It should be much easier to install on the server than the Sun product. OTOH, the compatibility is not 100%. In particular, the scripting language is perl rather than Visual Basic.

Charlie
Title: Re: ASP web page
Post by: Deniz on February 04, 2003, 11:41:47 AM
Thanks for help!
It's time to learn PHP!!