I am new to ISAPI development. I am working on an ISAPI extension that
provides dynamic data to the client application. In our application, we also
provide windows authentication. While windows authentication is being used we
allow the domain user that is already mapped to our internal user to login
without password prompt. I have been asked to use keep-alive header for the
better performance as the "client will not have to authenticate each request
using Windows Authentication". My Question is "Will it really helpful to use
keep-Alive header in case of windows authentication?”. What would I need to
do to support keep-alive header.
Regards,