[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: ASP BROKE on Raq4 ?
- Subject: [cobalt-users] Re: ASP BROKE on Raq4 ?
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Sat Oct 4 09:05:01 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Not a big ASP programmer, but doesn't the ASP on windows use some VB
> scripting that the Chili!Soft version doesn't do or see?? I don't think you
> can just drop any ASP files built on a windows IIS server and expect them
> to work on the Linux side.
The only things that don't work on Chili!soft on Linux are things that require
Microsoft technologies "underneath"... anything written in VBscript or
Jscript will work - Chili!soft licensed their ASP engine from Microsoft...
(side note: the new version in Sun ONE ASP has been completely rewritten so
there is nothing from Microsoft in it). Custom COM objects written in Visual
C or Visual Basic will not work. Nor will anything that requires Microsoft
proprietary services at the OS level (MTS, for example).
It might help a lot if we could see what line 13 in the script is... :)