>>>>> "MS" == Matthew Schroeder <[EMAIL PROTECTED]> writes:
MS> Currently the company I work for is using ASP code running on Windows
MS> servers.
ASP is not a programming language; it is a framework. On Windows,
typically you're programming VisualBasic inside of ASP.
Apache::ASP assumes you program in Perl.
MS> What would you guys suggest as the best option:
MS> 1. Porting our ASP code to Apache::ASP and continue development in ASP
MS> 2. Doing new development in JSP
MS> 3. Doing new development in CGI
MS> 4. Doing new development in Coldfusion
5. Develop in the system your engineers have the most experience with.
I'll say, go with option 5.
But to make this more mod_perl related, you should also consider
systems like Mason, Embperl, AxKit, etc.