You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeff White <jl...@earthlink.net> on 2005/01/05 20:04:46 UTC

[users@httpd] Re: to make ASP pages run on an apache web server

From: "jdyke"

> Eugenia Mariani wrote:
>> My O.S. is Win Xp Pro SP2.
>> How is it possible to make ASP
>> pages run on an apache web server?

>
> Since ASP is VBScript,

ASP can also be in other
languages like JScript too.

> to use it directly you'll need
> an translater for ASP->JSP

Or possibly just a simple CGI
rewrite using Windows Scripting.

The Script Center
http://www.microsoft.com/technet/scriptcenter/default.mspx

The Script Center Repository
http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx

Running Your Scripts
http://msdn.microsoft.com/library/en-us/script56/html/wsRunningYourScripts.asp

Perhaps one should
try ASP.NET instead?

Apache HTTP CLI Project
http://httpd.apache.org/cli/

The above ASP.NET usage
is not via an added server,
like it is with the current day
Java usage. Instead ASP.NET
is ran inside the Apache on
Windows current web server's
processes. Inside these Apache
on Windows processes, Apache
creates .NET appdomains for the
ASP.NET's Apache on Windows
web server's usage.

Today, almost any current Windows
OS system Win32 process can now
host ASP.NET usage. And most any
.NET Framework process can currently
do this also. But the .NET Framework
2.0 version makes ASP.NET hosting
even easier via it's built-in usage of
the Windows built-in httpd, Http.sys.

Some newer Http.sys examples:

Run ASMX Without IIS
http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/default.aspx

Jeff



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org