Suppose I want to develop an application in ASP...
This application has to run on one server platform, with one OS and one database. So the database and webserver are running on the same box.
However the choice of the server, OS and database has to be as open as possible.
Which constraints do I have to keep in mind?
Can I develop an asp application which can run under aswell Windows, Unix as Linux? Which language is to be used favorable: PERL, PHP, Vbscripting, javascripting,...
Which database connection is the most open to all databases. Is it ADO-OLEDB connection? Or ADO-ODBC? Or something else?
Or should I consider doing something in java since it is platform independent?
This application has to run on one server platform, with one OS and one database. So the database and webserver are running on the same box.
However the choice of the server, OS and database has to be as open as possible.
Which constraints do I have to keep in mind?
Can I develop an asp application which can run under aswell Windows, Unix as Linux? Which language is to be used favorable: PERL, PHP, Vbscripting, javascripting,...
Which database connection is the most open to all databases. Is it ADO-OLEDB connection? Or ADO-ODBC? Or something else?
Or should I consider doing something in java since it is platform independent?