in message : I think this is the basic concept in ASP server-side development.
:
: My boss told me web application is NOT client-server application. I argued
: with him because browser is the client, and the server code put in server.
: Then web application should be a client-server application. My
understanding
: is that a web application is an application that runs on a browser. But
: client-server application is not necessary a web application.
Hi Matt...
Given the context of your question, you are correct. Perhaps the subject of
debate should be web vs desktop.
In simple terms:
A client-server application requires a request from a client to a server,
that processes that request and responds with the results.
Ex. In ASP programming [server-side scripting] you can also have
client-side scripting. Depending on your "client", IE, Netscape, Mozilla,
Opera, etc. your client-side scripting can be vbscript or must be
javascript. The server-side scripting is not client-specific because only
HTML content is passed back so it can be vbscript, javascript, perl, etc.
A web browser does not require a server but then the application is not a
client-server application. The same goes for a desktop application but if a
client and a server are involved, then it is a client-server application by
definition.
IE is a client application.
IIS is a server application.
When they communicate together, client-server activity is the result.
Outlook is a client application. When it connects to Exchange server to
check for mail, client-server activity is the result. The client makes a
request. The server processes the request and passes the result to the
client.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center -
http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation -
http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library -
http://msdn.microsoft.com/library/default.asp