I need to find out the best language of ASP/CGI. Rate CGI & ASP as more as you can. ;)
Printable View
I need to find out the best language of ASP/CGI. Rate CGI & ASP as more as you can. ;)
It's not really a fair test because they're both different types of thing.
ASP is an "active page" technology, like PHP (although ASP supports different languges, but you have to have a windows server and since Apache is running over 50% of websites you'd find it easier to use PHP). CGI is an interface for running a program using parameters specified in a form, and returning the whole output. In this way your CGI-compatible program (written in ANY language) needs to provide all the HTTP headers as well.
ASP is easier to learn then CGI
Not really ;)Quote:
Originally posted by made_of_asp
ASP is easier to learn then CGI
Hmmm
I think ASP is the easiest out of all. VBscript is easier then VB!