Forum Moderators: phranque
So I set things up on a test environment and all but one thing is working well for me. I have one page on my regular website that is an ASP page. I guess Apache doesn't understand ASP. I understand that JSP is native to Apache? Does that mean it will automatically run JSP without installing anything else for Apache?
In your opinion, what is the best way for me to approach this issue? Should I try to convert the ASP page to JSP? I don't know JSP. Maybe someone here or on another forum can translate my page for me? Any other way to easily handle this?
If you want to go for Apache, I'd suggest using PHP and not JSP, as PHP's learning curve is very gentle.
Welcome to WebmasterWorld, by the way!
I'm not sure what PHP is. Does it run natively? I only have a couple of lines that need translated on one page, so I wouldn't want to learn JSP just to make this change.
What would you do, assuming I stayed with Apache, to get this page to work? Read up on PHP and translate it yourself? Or do it in JSP?