I am a Visual C++ programmer, mostly worked with USB/Serial communications and some HTTPS through OpenSSL. I am required to update an old VS 2003 project to VS 2010, but I have learned after some Googling that ISAPI was removed from MFC class wizard and they now supply an SDK . Does anyone know where to learn this ? I actually made searches on the internet but I was not luck to find a proper one. Thanks in advance!
You don't need MFC to build an ISAPI extension. Here is a very nice tutorial how to do it just with WinAPI: What is an ISAPI Extension?