E
Evertjan.
Neil Gould wrote on 02 sep 2009 in
microsoft.public.inetserver.asp.general:
It seems you still do not understand what ASP is, Neil.
ASP prepares the server for sending a stream to the client.
ASP reads part of the serverside file code [in vbscript or jscript]
to do this and to do things on the server, like data base manipulation..
The client usually is a browser in the clientside machine.
So there CANNOT be "some custom ASP code installed on a user's
machine to interact with the site."
ASP is not interested in what browser or other programme on the client it
sends its rendered stream to.
Ony the ASP code can sniff the request header, it is a server afterall, and
change the rendered steam depending on that header's content.
So better not only not talk about that, but also not and never think about
that. You are confusing the neighbours.
microsoft.public.inetserver.asp.general:
Sorry for the confusion, but no, I'm not talking about any client-side
code, if by that you mean some custom ASP code installed on a user's
machine to interact with the site.
It seems you still do not understand what ASP is, Neil.
ASP prepares the server for sending a stream to the client.
ASP reads part of the serverside file code [in vbscript or jscript]
to do this and to do things on the server, like data base manipulation..
The client usually is a browser in the clientside machine.
So there CANNOT be "some custom ASP code installed on a user's
machine to interact with the site."
ASP is not interested in what browser or other programme on the client it
sends its rendered stream to.
Ony the ASP code can sniff the request header, it is a server afterall, and
change the rendered steam depending on that header's content.
So better not only not talk about that, but also not and never think about
that. You are confusing the neighbours.