![]() |
![]() |
![]() |
ISAPI starting points? I'd like to start in on learning ISAPI programming, primarily to take advantage of the new wildcard extentions in IIS 6.0. Does anybody have any recommendations (books or otherwise) on where I can get started (besides the SDK samples)?
Greg Hurlman
There's an old SAMS book, it is kinda general and covers everything (including TAPI).
Li-fan Chen
If you mean ISAPI extensions, just Google for EXTENSION_CONTROL_BLOCK and you'll likely get some good examples. Extensions are still probably the highest (or one of the highest) performance web app serving methods. I noticed that eBay and MSFT are still using them in select places (e.g., http://search.ebay.com/search/search.dll?MfcISAPICommand=GetResult&ht=1&SortProperty=MetaEndSort&from=R3&siteid=0&query=mantle&category0=888)
dir at badblue dot com
|