Forums

This topic is locked

ASP on Linux

Posted 23 Jul 2001 23:34:16
1
has voted
23 Jul 2001 23:34:16 Keith Slater posted:
Does anyone know of a program that lets you run ASP on linux? I know theirs chiliASP and all of that but does anyone know a free one that does basically the same thing? Any help is appreciated

thanks

Replies

Replied 24 Jul 2001 00:47:31
24 Jul 2001 00:47:31 Waldo Smeets replied:
Maybe it is better to go for PHP? I don't know of a free asp app.

Waldo Smeets - www.UDzone.com Webmaster
------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
------------------------------------------
Replied 24 Jul 2001 22:39:25
24 Jul 2001 22:39:25 I Mahomed replied:
Well i have something called "OPENASP" , dont know if this will help , it seems to be an extension for APACHE so it can run ASP scripts, thou i do not think all features are available as yet. Text Below is from Read Me


Check Out the Apache Web Page www.apache.org
--------------
Current Status
--------------

Apache Active Scripting is a work in progress. The following list shows what
objects, methods, and properties are implemented, as well as any relevant notes:

ObjectContext No

Request Partial (collection must be specified)
Request.ClientCertificate No
Request.QueryString Yes
Request.Form Yes
Request.Cookies Yes
Request.ServerVariables Yes
Request.TotalBytes No
Request.BinaryRead No

Response Partial
Response.Buffer Yes
Response.CacheControl No
Response.Charset No
Response.ContentType Yes
Response.Expires Yes
Response.ExpiresAbsolute No (almost supported)
Response.IsClientConnected No
Response.Pics No
Response.Status No
Response.AddHeader Yes
Response.AppendToLog Yes
Response.BinaryWrite Yes
Response.Clear Yes
Response.End Yes
Response.Flush Yes
Response.Redirect Yes
Response.Write Yes

Server Partial
Server.CreateObject Yes
Server.HTMLEncode Yes
Server.MapPath Yes
Server.ScriptTimeout No
Server.URLEncode Yes

Session Yes
Session.Abandon Yes
Session.CodePage No
Session.Contents Yes
Session.LCID No
Session.SessionID Yes
Session.StaticObjects No
Session.Timeout Yes
Session_OnStart Yes
Session_OnEnd No

Application Yes
Application.Contents Yes
Application.Lock Yes
Application.Unlock Yes
Application.StaticObjects No
Application_OnStart Yes
Application_OnEnd No

Standard Base Components No

---------------
Global.asa Note
---------------

Currently, the global.asa file is not supported - handlers for the Application
and Session events are being handled in the individual ASP files for the time
being.





Edited by - disorder on 07/25/2001 09:50:23
Replied 25 Jul 2001 17:21:31
25 Jul 2001 17:21:31 Tim Green replied:
Another free one is iASP, which is both a free and commercial solution. It fully implements ASP along the same lines as ChilliSoft ASP, and even reproduces COM functionality.

You can get it from www.halcyonsoft.com/products/iasp.asp

To be perfectly honest though, Waldo has a very valid point, why don't you try PHP ?

Tim Green
Webmaster
www.rawveg.org (Coming Soon)

Reply to this topic