Koozali.org: home of the SME Server

ASP web page

Deniz

ASP web page
« 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?

Lars

Re: ASP web page
« Reply #1 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

Damien

Re: ASP web page
« Reply #2 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"

Charlie Brady

Re: ASP web page
« Reply #3 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

Deniz

Re: ASP web page
« Reply #4 on: February 04, 2003, 11:41:47 AM »
Thanks for help!
It's time to learn PHP!!