1.

Can We Use Active Server Pages(asp) With Apache?

Answer»

Apache Web Server package does not include ASP support. However, a number of projects provide ASP or ASP-like functionality for Apache.

Some of these are:

Apache:ASP :- Apache ASP provides Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP AP.

mod_mono :- It is an Apache 2.0/2.2/2.4.3 module that provides ASP.NET support for the web’s favorite server, Apache. It is hosted inside Apache. Depending on your configuration, the Apache box could be one or a dozen of separate PROCESSES, all of these processes will send their ASP.NET requests to the mod-MONO-server process. The mod-mono-server process in turn can host multiple independent applications. It does this by using Application DOMAINS to ISOLATE the applications from each other, while using a single Mono virtual machine.

Apache Web Server package does not include ASP support. However, a number of projects provide ASP or ASP-like functionality for Apache.

Some of these are:

Apache:ASP :- Apache ASP provides Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP AP.

mod_mono :- It is an Apache 2.0/2.2/2.4.3 module that provides ASP.NET support for the web’s favorite server, Apache. It is hosted inside Apache. Depending on your configuration, the Apache box could be one or a dozen of separate processes, all of these processes will send their ASP.NET requests to the mod-mono-server process. The mod-mono-server process in turn can host multiple independent applications. It does this by using Application Domains to isolate the applications from each other, while using a single Mono virtual machine.



Discussion

No Comment Found