Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webserver on linux running asp

Status
Not open for further replies.

bcardona

Programmer
May 10, 2001
103
US
i want to start running asp pages on linux, not sure the best way and what software to use, any ideas or suggestions greatly appreciated. thanks
 
i keep seeing cpan, do i have to install that first, and what is it?
 
is a source for Perl modules. If you have perl-CPAN, then installing more modules can be as simple as "perl -MCPAN -e 'install module::name'". If you don't, you can still browse to CPAN's web site and get the modules there.
 
The thing you must realize is that ASP is not a programming language, but rather a specification for an object-set and that object set specification can be implemented in any language. ASP has been implemented in VBScript and JScript by Microsoft for use with IIS web server, but "ASP" and "VBScript/ASP" are not synonymous. Apache-ASP, as a counterexample, is a perl implementation of ASP, and as such runs perl code.

If you want to run a VBScript implementation of ASP on Linux, the only solution I know of is Sun Java Active Server Pages.

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top