ISAPI in C++.net Book Recommendation Needed

03/08/2004 - 19:09 por msnews.microsoft.com | Informe spam
I am a C# programmer with a little C++ experience from a few years ago. I
need to write some ISAPI filters and extensions to run on the latest version
of IIS on .net Server 2003. Can anyone recommend an excellent book that has
some decent samples to get an out of shape C++ programmer and ISAPI beginner
going? Thank you.
 

Leer las respuestas

#1 Nicholas Paldino [.NET/C# MVP]
03/08/2004 - 19:29 | Informe spam
If you are going to write an ASAPI filter, then you probably don't want
to use .NET (.NET doesn't allow static function exports). You would just
want to use C++. However, ASP.NET has a nice framework that allows you to
do much of what ISAPI offers you (through the IHttpHandler and
IHttpAsyncHandler interfaces).

Hope this helps.


- Nicholas Paldino [.NET/C# MVP]
-

"msnews.microsoft.com" wrote in
message news:
I am a C# programmer with a little C++ experience from a few years ago. I
need to write some ISAPI filters and extensions to run on the latest


version
of IIS on .net Server 2003. Can anyone recommend an excellent book that


has
some decent samples to get an out of shape C++ programmer and ISAPI


beginner
going? Thank you.


Preguntas similares